Project

General

Profile

user group acl : lists access bug

Added by said said over 10 years ago

Hi,
i have setup a group which have access to all campaigns

when i connect as an user in that group, all list tabs are empty
to be able to view the related lists, i have to check each campaign in the group

i think issue come with the code (controllers/go_list.php):

if ($groupId  'ADMIN' || $groupId  'admin') {
$ul='';
} else {
$allowedcampaign = $this->go_dashboard->go_getall_allowed_campaigns();
$ul = " WHERE campaign_id IN ('$allowedcampaign') ";
}

if access is grant to all campaigns , $ul should be = ''

the problem is that :
whenever the user create a new campaign , the admin have to enable is in the group so that the list can be seen by the users

can you have a look?


Replies (1)

RE: user group acl : lists access bug - Added by Chris Lomuntad over 10 years ago

Hi said,

We'll check on this and we'll get back to you once we're done fixing this one.

Cheers,
Chris

    (1-1/1)
    Go to top