Bug #3246
closedJ2.5: New child usergroups of parent Public can't be used in CB
Description
When creating a new child usergroup of "Public" parent usergroup you can't select the new usergroup when editing a user within CB > User Management.
An example is to create "Manager 2" with "Public" as its parent. Edit the user and you won't be able to select "Manager 2".
https://www.joomlapolis.com/forum/154-advanced-members-support/190350-user-groups-do-not-synchronise
Confirmed CB 1.7 - CB 1.8.
Files
Updated by beat almost 13 years ago
- Status changed from New to Assigned
- Assignee set to krileon
- Priority changed from Normal to High
Quick Workaround until patch is provided here shortly:
Create the groups the normal way, below "Registered" and not below "Public", and they will appear fine in both CB and CBSubs.
Updated by krileon almost 13 years ago
- File 3246.patch 3246.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Proposed patch causes lft/rgt checks to be ignored if the user is a super user.
Updated by beat almost 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 2:00 h
r1744 implements fix as suggested, with avoiding calling function for super-admin detection in the loop.