Skip to content

Commit

Permalink
106812: Remove stray settting of group for an rp
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaDePauw committed Nov 10, 2023
1 parent 9880e69 commit 9b1234f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,6 @@ protected void setPermission(Context c, Group g, int actionID, Bitstream bs)

rp.setdSpaceObject(bs);
rp.setAction(actionID);
rp.setGroup(g);

resourcePolicyService.update(c, rp);
} else {
Expand Down

0 comments on commit 9b1234f

Please sign in to comment.