Merge pull request #9626 from DSpace/backport-9619-to-dspace-7_x

[Port dspace-7_x] Remove the is-archived_condition from the doi-filter
This commit is contained in:
Tim Donohue
2024-06-03 17:02:42 -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"/>