This commit is contained in:
philip Vissenaekens
2016-06-20 16:49:53 +02:00
parent 61664027a2
commit eeab1106db
5 changed files with 2 additions and 23 deletions

View File

@@ -744,9 +744,6 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
owningCommunity.getCollections().remove(collection);
}
// Remove all authorization policies
authorizeService.removeAllPolicies(context, collection);
collectionDAO.delete(context, collection);
}