Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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);
|