mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Remove unused workflow trigger / action perms from UI
This commit is contained in:
parent
6d6650d5f6
commit
6651c80fb9
2 changed files with 0 additions and 10 deletions
|
|
@ -256,14 +256,6 @@ describe('PermissionsService', () => {
|
||||||
'view_workflow',
|
'view_workflow',
|
||||||
'change_workflow',
|
'change_workflow',
|
||||||
'delete_workflow',
|
'delete_workflow',
|
||||||
'add_workflowtrigger',
|
|
||||||
'view_workflowtrigger',
|
|
||||||
'change_workflowtrigger',
|
|
||||||
'delete_workflowtrigger',
|
|
||||||
'add_workflowaction',
|
|
||||||
'view_workflowaction',
|
|
||||||
'change_workflowaction',
|
|
||||||
'delete_workflowaction',
|
|
||||||
'add_customfield',
|
'add_customfield',
|
||||||
'view_customfield',
|
'view_customfield',
|
||||||
'change_customfield',
|
'change_customfield',
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,6 @@ export enum PermissionType {
|
||||||
ShareLink = '%s_sharelink',
|
ShareLink = '%s_sharelink',
|
||||||
CustomField = '%s_customfield',
|
CustomField = '%s_customfield',
|
||||||
Workflow = '%s_workflow',
|
Workflow = '%s_workflow',
|
||||||
WorkflowTrigger = '%s_workflowtrigger',
|
|
||||||
WorkflowAction = '%s_workflowaction',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue