Grant settings view role to all
This commit is contained in:
@@ -184,7 +184,7 @@ func registerAccessControlRoles(service accesscontrol.Service) error {
|
||||
},
|
||||
},
|
||||
},
|
||||
Grants: []string{string(org.RoleViewer)},
|
||||
Grants: []string{string(org.RoleViewer), string(org.RoleEditor), string(org.RoleAdmin)},
|
||||
}
|
||||
|
||||
// Stats - granted to Admin only
|
||||
|
||||
Reference in New Issue
Block a user