mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
AccessControl: Use RBACBuiltInRoleAssignmentEnabled in the frontend instead of FeatureToggle (#49261)
* AccessControl: Frontend changes to basic role enablement
This commit is contained in:
@@ -32,7 +32,7 @@ export function fetchACOptions(): ThunkResult<void> {
|
||||
dispatch(acOptionsLoaded(options));
|
||||
}
|
||||
if (
|
||||
!contextSrv.accessControlBuiltinRefactorEnabled() &&
|
||||
contextSrv.accessControlBuiltInRoleAssignmentEnabled() &&
|
||||
contextSrv.licensedAccessControlEnabled() &&
|
||||
contextSrv.hasPermission(AccessControlAction.ActionBuiltinRolesList)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user