mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-19 07:53:08 +00:00
[DS-3125] Submitters cannot delete bistreams of workspaceitems
This commit is contained in:
@@ -567,6 +567,8 @@ public class BundleTest extends AbstractDSpaceObjectTest
|
||||
// Allow Bundle REMOVE perms (to test remove)
|
||||
authorizeService.authorizeAction((Context) any, (Bundle) any,
|
||||
Constants.REMOVE); result = null;
|
||||
authorizeService.authorizeAction((Context) any, (Bundle) any,
|
||||
Constants.DELETE); result = null;
|
||||
}};
|
||||
|
||||
UUID id = b.getID();
|
||||
|
Reference in New Issue
Block a user