mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
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:
@@ -206,8 +206,6 @@
|
|||||||
<bean class="org.dspace.content.logic.operator.And">
|
<bean class="org.dspace.content.logic.operator.And">
|
||||||
<property name="statements">
|
<property name="statements">
|
||||||
<list>
|
<list>
|
||||||
<!-- Make sure the item is archived -->
|
|
||||||
<ref bean="is-archived_condition"/>
|
|
||||||
<!-- Make sure the item is not withdrawn -->
|
<!-- Make sure the item is not withdrawn -->
|
||||||
<bean class="org.dspace.content.logic.operator.Not">
|
<bean class="org.dspace.content.logic.operator.Not">
|
||||||
<property name="statements" ref="is-withdrawn_condition"/>
|
<property name="statements" ref="is-withdrawn_condition"/>
|
||||||
|
Reference in New Issue
Block a user