mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Add folder scopes to global owner and admin roles (#19230)
This commit is contained in:
@@ -78,6 +78,11 @@ export const GLOBAL_OWNER_SCOPES: Scope[] = [
|
||||
'project:delete',
|
||||
'insights:list',
|
||||
'folder:move',
|
||||
'folder:read',
|
||||
'folder:update',
|
||||
'folder:delete',
|
||||
'folder:create',
|
||||
'folder:list',
|
||||
'oidc:manage',
|
||||
'dataStore:list',
|
||||
'role:manage',
|
||||
|
||||
Reference in New Issue
Block a user