Project

General

Profile

Actions

Bug #3009

closed

CMS based access checking

Added by krileon over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
21 November 2011
Due date:
% Done:

100%

Estimated time:

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.

Actions

Also available in: Atom PDF