Merge pull request #9619 from the-library-code/removeArchivedConditionFromDOIFilter

Remove the is-archived_condition from the doi-filter
This commit is contained in:
Tim Donohue
2024-06-03 16:23:58 -05:00
committed by GitHub

View File

@@ -206,8 +206,6 @@
<bean class="org.dspace.content.logic.operator.And">
<property name="statements">
<list>
<!-- Make sure the item is archived -->
<ref bean="is-archived_condition"/>
<!-- Make sure the item is not withdrawn -->
<bean class="org.dspace.content.logic.operator.Not">
<property name="statements" ref="is-withdrawn_condition"/>