Actions
Bug #3009
closedCMS based access checking
Bug #3009:
CMS based access checking
Description
When checking for category access it's not using CMS based methods for checking if access is permitted.
Currently is using $_CB_framework->myCmsGid() and should be using $_CB_framework->acl->get_groups_below_me() (with -1 and -2 added manually) then checking if Kunenas category access is IN that array (can be done from query! much more efficient!). See GJ 2.5 authorization function for example.
Updated by krileon almost 14 years ago
See below forge ticket to be implemented in CBs forum integration for better access checking.
Updated by krileon almost 14 years ago
- % Done changed from 0 to 100
Updated by krileon almost 14 years ago
- Status changed from New to Resolved
Updated by krileon almost 14 years ago
- Target version set to 2.0.0
Updated by krileon almost 14 years ago
- Status changed from Resolved to Closed
Actions