mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +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.
|
// Also delete the item if it appears in a harvested collection.
|
||||||
HarvestedItem hi = harvestedItemService.find(context, item);
|
HarvestedItem hi = harvestedItemService.find(context, item);
|
||||||
|
|
||||||
if(hi!=null)
|
if(hi!=null)
|
||||||
{
|
{
|
||||||
harvestedItemService.delete(context, hi);
|
harvestedItemService.delete(context, hi);
|
||||||
|
Reference in New Issue
Block a user