Add a new method called getAllGroupsFor, which recursively returns ALL groups
that a group belongs to. This is required to properly uncache group settings for groups with more than 2 levels of hierarchy. Add 7 tests to verify the working of the new method. Fix a typo in the POD for Operation/Group.pm
This commit is contained in:
parent
174e3df9ef
commit
7100d1df41
3 changed files with 31 additions and 4 deletions
|
|
@ -238,7 +238,7 @@ sub www_deleteGroupGrouping {
|
|||
Deletes a set of users from a set of groups. Only Admins may perform this function.
|
||||
The user and group lists are expected to
|
||||
be found in form fields names uid and gid, respectively. Visitors are not allowed to
|
||||
perform this operation, and the
|
||||
perform this operation.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue