Feature: Workflows (#5121)

This commit is contained in:
shamoon 2024-01-03 00:19:19 -08:00 committed by GitHub
parent 46e6be319f
commit 3b6ce16f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 4980 additions and 2011 deletions

View file

@ -25,8 +25,10 @@ export enum PermissionType {
Group = '%s_group',
Admin = '%s_logentry',
ShareLink = '%s_sharelink',
ConsumptionTemplate = '%s_consumptiontemplate',
CustomField = '%s_customfield',
Workflow = '%s_workflow',
WorkflowTrigger = '%s_workflowtrigger',
WorkflowAction = '%s_workflowaction',
}
@Injectable({