Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Done
-
3.7.0.Final
-
None
-
None
Description
- In Organization portlet --> Group management. When choose one group, the main panel show list of users belongs to that group, and a form to add more user
Only user that is admin of that group can see that form (a user that have admin membership OR Wildcard membership)
But currently, one user that has Wildcard membership doesn't see the form
- In Group navigation management: Go to Group menu --> Manage group
This portlet allow to manage group navigation, and only "Makeable" membership user can add group navigation
And this is the same to above case, user that has Wildcard membership must be allow to add group navigation
The solution is instead of using groupDAO#findGroupByMembership, we need to use groupDAO#resolveGroupByMembership
Pls look at attached image to find the form and the add group nav button