Bug #2306
closedJ1.6: not possible to change Moderator Groups
Description
When saving after changing Moderator Groups it reverts to Super Users. The drop down is also not a multi-select. Will need to be changed to support multiple groups as Administrators and Super Users are not in the same "Parent" so selecting Administrators would NOT include Super Users as moderators.
Files
Updated by krileon almost 14 years ago
- File 2306a.patch 2306a.patch added
- File 2306b.patch 2306b.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Patch A makes sure the array checked can actually be checked (in_array was failing as gtree was an array of objects). Patch B makes sure Super Users are a Parent of Moderator/Administrator groups (best approach to maintain backwards support).
Updated by beat almost 14 years ago
- Status changed from Resolved to Assigned
- Assignee changed from beat to krileon
- % Done changed from 100 to 90
This fixes it partially. No multi-selects are possible.
Committed above patches in r1421 .
Also commented the 2nd unused column on line 402, 420, and 429, as it's loadResultArray()... Please review that.
Updated by krileon almost 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Not possible for multi-select and maintaining backwards support. Something to consider for 2.0, but not 1.4.