106812: Remove stray settting of group for an rp

This commit is contained in:
Yana De Pauw
2023-11-10 14:05:38 +01:00
parent 9880e697b6
commit 9b1234fc85

View File

@@ -1814,7 +1814,6 @@ public class ItemImportServiceImpl implements ItemImportService, InitializingBea
rp.setdSpaceObject(bs);
rp.setAction(actionID);
rp.setGroup(g);
resourcePolicyService.update(c, rp);
} else {