[DSC-183] New endpoint, IT tests changed

This commit is contained in:
Mykhaylo
2022-12-01 18:43:42 +01:00
parent b036262514
commit bdb4bd53dc
12 changed files with 201 additions and 108 deletions

View File

@@ -735,7 +735,7 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
collection.getID(), collection.getHandle(), getIdentifiers(context, collection)));
// remove subscriptions - hmm, should this be in Subscription.java?
subscribeService.deleteByCollection(context, collection);
subscribeService.deleteByDspaceObject(context, collection);
// Remove Template Item
removeTemplateItem(context, collection);