mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
fixed merge conflict
This commit is contained in:
@@ -619,7 +619,7 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
|
||||
item.setOwningCollection(null);
|
||||
|
||||
// remove all of our authorization policies
|
||||
authorizeService.removeAllPolicies(context, item, false);
|
||||
authorizeService.removeAllPolicies(context, item);
|
||||
|
||||
// Remove any Handle
|
||||
handleService.unbindHandle(context, item);
|
||||
|
Reference in New Issue
Block a user