Skip to content

Commit

Permalink
Remove the is_archived_condition from the doi-filter
Browse files Browse the repository at this point in the history
In the conversation of DSpace#9271 kshepherd states that he had issues to
register DOIs when the doi-filter is usint the is_archived_condition. I
was able to reproduce these issues. This removes the reference to that
condition from the filter. The item is not archived when the
InstallItemService is trying to apply a DOI to it.
  • Loading branch information
pnbecker committed Jun 2, 2024
1 parent b02a7f9 commit 24da6fe
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 24da6fe

Please sign in to comment.