Actions
Bug #3044
closedallowaccess does not accept gid arrays
Bug #3044:
allowaccess does not accept gid arrays
Description
When checking for allowed access using allowAccess it only takes into account a single GID wherein j1.7 they've an array of GIDs. It needs to be able to compare arrays so an array of GIDs can be passed to it.
Files
Updated by krileon about 14 years ago
- File 3044-pt1.patch 3044-pt1.patch added
- File 3044-pt2.patch 3044-pt2.patch added
- File comprofiler.php comprofiler.php added
- File pms.mypmspro.php pms.mypmspro.php added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
- Target version set to CB 1.8
- Estimated time set to 3:00 h
Implemented differently with added CB API in:
r1670 + r1671 as follows: J2.5: Fixed all ACL bugs and added support for Permissions settings, namely bug #3044, completes Joomla 2.5 support: Feature #3179 and Feature #2903 : J1.7: Limiting backend access using joomla 1.7 ACL, and bug #3000 : J2.5: CB User List access only checking one ACL group
Actions