* Fix bug #40198.
This commit is contained in:
@@ -898,8 +898,9 @@ class groupModel extends model
|
||||
{
|
||||
$action = strtolower($action);
|
||||
|
||||
if($action == 'manageview' and $group->role == 'limited') return false;
|
||||
if($action == 'copy' and $group->role == 'limited') return false;
|
||||
if($action == 'manageview' && $group->role == 'limited') return false;
|
||||
if($action == 'manageprojectadmin' && $group->role != 'projectAdmin') return false;
|
||||
if($action == 'copy' && $group->role == 'limited') return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user