Actions
Bug #2225
closedJ16: multi-usergroup management not possible
Description
When editing a user it is not possible to manage multiple groups. The user will retain their groups as assigned in Joomla, but it's not possible to add/change those from within CB (can only change 1 group).
Files
Updated by krileon almost 14 years ago
- File 2225_cb.core.patch added
- File 2225_controller.user.patch added
- File 2225_plugin.foundation.patch added
- File 2225_view.user.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Added new gids to $user object instead of entirely dependent on gid (gid is still used and is the top-most).
Updated by krileon almost 14 years ago
Please apply all other patches before this patch so the code lines match!
Updated by krileon almost 14 years ago
- File deleted (
2225_controller.user.patch)
Updated by krileon almost 14 years ago
- File deleted (
2225_plugin.foundation.patch)
Actions
#8
Updated by krileon almost 14 years ago
- File cb.core.patch cb.core.patch added
- File cb.tables.patch cb.tables.patch added
- File controller.user.patch controller.user.patch added
- File plugin.foundation.patch plugin.foundation.patch added
- File view.user.patch view.user.patch added
Actions
#9
Updated by krileon almost 14 years ago
- File cb.acl.patch cb.acl.patch added
- File cb.core-rev2.patch cb.core-rev2.patch added
- File cb.tables-rev2.patch cb.tables-rev2.patch added
- File plugin.foundation-rev2.patch plugin.foundation-rev2.patch added
- File view.user-rev2.patch view.user-rev2.patch added
Updated by krileon almost 14 years ago
- File cb.core-rev3.patch cb.core-rev3.patch added
Updated by krileon almost 14 years ago
- File cb.core-rev4.patch cb.core-rev4.patch added
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
- Estimated time set to 6:00 h
Fixed as suggested in r1348 .
To be noted that in user->store() in joomla 1.6 API it's gids which is looked at, and not gid.
Actions