mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +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);
|
item.setOwningCollection(null);
|
||||||
|
|
||||||
// remove all of our authorization policies
|
// remove all of our authorization policies
|
||||||
authorizeService.removeAllPolicies(context, item, false);
|
authorizeService.removeAllPolicies(context, item);
|
||||||
|
|
||||||
// Remove any Handle
|
// Remove any Handle
|
||||||
handleService.unbindHandle(context, item);
|
handleService.unbindHandle(context, item);
|
||||||
|
Reference in New Issue
Block a user