Make all users able to edit flags [MAILOET-1677]
This commit is contained in:
committed by
M. Shull
parent
92cf0cc7db
commit
4fc53d2b36
@ -17,7 +17,7 @@ class UserFlags extends APIEndpoint {
|
||||
private $user_flags;
|
||||
|
||||
public $permissions = array(
|
||||
'global' => AccessControl::PERMISSION_MANAGE_SETTINGS
|
||||
'global' => AccessControl::ALL_ROLES_ACCESS
|
||||
);
|
||||
|
||||
function __construct(UserFlagsController $user_flags) {
|
||||
|
Reference in New Issue
Block a user