mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
fix serviceimpl
This commit is contained in:
@@ -585,6 +585,7 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
|
||||
|
||||
// Also delete the item if it appears in a harvested collection.
|
||||
HarvestedItem hi = harvestedItemService.find(context, item);
|
||||
|
||||
if(hi!=null)
|
||||
{
|
||||
harvestedItemService.delete(context, hi);
|
||||
|
Reference in New Issue
Block a user