mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
RBAC: Remove accessControlOnCall feature toggle (#101222)
* RBAC: Remove accessControlOnCall feature toggle * Leave the other one in place * Tests * frontend * Readd empty ft to frontend test * Remove legacy RBAC check * Fix test * no need for context * Remove unused variable * Remove unecessary param * remove unecessary param from tests * More tests :D
This commit is contained in:
@ -30,9 +30,7 @@ jest.mock('../plugin_loader', () => ({
|
||||
jest.mock('@grafana/runtime', () => ({
|
||||
...jest.requireActual('@grafana/runtime'),
|
||||
config: {
|
||||
featureToggles: {
|
||||
accessControlOnCall: true,
|
||||
},
|
||||
featureToggles: {},
|
||||
apps: {},
|
||||
theme2: {
|
||||
breakpoints: {
|
||||
|
Reference in New Issue
Block a user