Bug #2114
closed
Reviewing source appears the function mapGroupNamesToValues was added which altered get_users_permission the function responsible for checking the permissions levels.
- File 2114.patch added
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Subject changed from super admins can edit their selves in backend to super admins can not edit their selves in backend
- File deleted (
2114.patch)
Patch is multi-part to fix all locations of mapGroupNamesToValues usage.
- Target version changed from CB 1.3 to CB 1.3.1
There was only one bug:
cb_acl.php line 521: should have had capitals:
$cms_admins = $this->mapGroupNamesToValues( array( 'Administrator', 'Superadministrator' ) );
- Subject changed from mapGroupNamesToValues non-functional in various locations to Backend: Super-Admins can not edit themselves
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
mapGroupNamesToValues non-functional in various locations : not true, only in one location.
Fixed a outlined in comment #7 above in r1326 .
Thanks for the analysis, Kyle.
Also available in: Atom
PDF