mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(editor): Add access control and not found entity views (#15860)
This commit is contained in:
committed by
GitHub
parent
24e4be1ece
commit
80a784a50c
@@ -571,6 +571,8 @@ export const enum VIEWS {
|
||||
SHARED_WITH_ME = 'SharedWithMe',
|
||||
SHARED_WORKFLOWS = 'SharedWorkflows',
|
||||
SHARED_CREDENTIALS = 'SharedCredentials',
|
||||
ENTITY_NOT_FOUND = 'EntityNotFound',
|
||||
ENTITY_UNAUTHORIZED = 'EntityUnAuthorized',
|
||||
}
|
||||
|
||||
export const EDITABLE_CANVAS_VIEWS = [VIEWS.WORKFLOW, VIEWS.NEW_WORKFLOW, VIEWS.EXECUTION_DEBUG];
|
||||
|
||||
Reference in New Issue
Block a user