Actions
Bug #2225
closedJ16: multi-usergroup management not possible
Added by krileon almost 14 years ago. Updated almost 14 years ago.
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
cb.core.patch (3.47 KB) cb.core.patch | krileon, 24 January 2011 17:04 | ||
cb.tables.patch (7.96 KB) cb.tables.patch | krileon, 24 January 2011 17:04 | ||
controller.user.patch (703 Bytes) controller.user.patch | krileon, 24 January 2011 17:04 | ||
plugin.foundation.patch (1.22 KB) plugin.foundation.patch | krileon, 24 January 2011 17:04 | ||
view.user.patch (1.4 KB) view.user.patch | krileon, 24 January 2011 17:04 | ||
cb.acl.patch (1.33 KB) cb.acl.patch | krileon, 24 January 2011 20:49 | ||
cb.core-rev2.patch (1.76 KB) cb.core-rev2.patch | krileon, 24 January 2011 20:49 | ||
cb.tables-rev2.patch (6.59 KB) cb.tables-rev2.patch | krileon, 24 January 2011 20:49 | ||
plugin.foundation-rev2.patch (983 Bytes) plugin.foundation-rev2.patch | krileon, 24 January 2011 20:49 | ||
view.user-rev2.patch (970 Bytes) view.user-rev2.patch | krileon, 24 January 2011 20:49 | ||
cb.core-rev3.patch (1.88 KB) cb.core-rev3.patch | krileon, 24 January 2011 21:10 | ||
cb.core-rev4.patch (1.89 KB) cb.core-rev4.patch | krileon, 24 January 2011 22:00 |
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