-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
None
Note, dont revoke the privileges if there is another inherited rule in one of their ancestor folders.
This is performed in a thread so the page doesnt hang on large operations.
int changes = RuleApi.removePrivilegesIfNotAssignedByRule(true, stem2, Scope.SUB, groupA.toSubject(), Privilege.getInstances("read, update"), null);
|