Skip to content

Commit

Permalink
Merge pull request DSpace#9619 from the-library-code/removeArchivedCo…
Browse files Browse the repository at this point in the history
…nditionFromDOIFilter

Remove the is-archived_condition from the doi-filter
  • Loading branch information
tdonohue authored Jun 3, 2024
2 parents f87a3de + 24da6fe commit 2a6997b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dspace/config/spring/api/item-filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 2a6997b

Please sign in to comment.