mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 13:03:11 +00:00

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
e3186cbbb1
commit
b5f2f67ead
@@ -194,7 +194,6 @@ public class BundleServiceImpl extends DSpaceObjectServiceImpl<Bundle> implement
|
|||||||
List<Group> defaultBitstreamReadGroups =
|
List<Group> defaultBitstreamReadGroups =
|
||||||
authorizeService.getAuthorizedGroups(context, owningCollection,
|
authorizeService.getAuthorizedGroups(context, owningCollection,
|
||||||
Constants.DEFAULT_BITSTREAM_READ);
|
Constants.DEFAULT_BITSTREAM_READ);
|
||||||
log.info(defaultBitstreamReadGroups.size());
|
|
||||||
// If this collection is configured with a DEFAULT_BITSTREAM_READ group, overwrite the READ policy
|
// If this collection is configured with a DEFAULT_BITSTREAM_READ group, overwrite the READ policy
|
||||||
// inherited from the bundle with this policy.
|
// inherited from the bundle with this policy.
|
||||||
if (!defaultBitstreamReadGroups.isEmpty()) {
|
if (!defaultBitstreamReadGroups.isEmpty()) {
|
||||||
|
Reference in New Issue
Block a user