mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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">
|
||||
<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"/>
|
||||
|
Reference in New Issue
Block a user