mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
106812: Remove stray settting of group for an rp
This commit is contained in:
@@ -1814,7 +1814,6 @@ public class ItemImportServiceImpl implements ItemImportService, InitializingBea
|
|||||||
|
|
||||||
rp.setdSpaceObject(bs);
|
rp.setdSpaceObject(bs);
|
||||||
rp.setAction(actionID);
|
rp.setAction(actionID);
|
||||||
rp.setGroup(g);
|
|
||||||
|
|
||||||
resourcePolicyService.update(c, rp);
|
resourcePolicyService.update(c, rp);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user