mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
updated simpleapp with dynamic callActivity (#6505)
This commit is contained in:
committed by
GitHub
parent
b54f1480bf
commit
2839e9faf2
@@ -115,7 +115,11 @@
|
||||
"attachSingleMultiple": "attach-single-multiple",
|
||||
"attachMultipleSingle": "attach-multiple-single",
|
||||
"attachMultipleMultiple": "attach-multiple-multiple",
|
||||
"intermediateDateProcessVarTimer": "interm-date-provar-timer"
|
||||
"intermediateDateProcessVarTimer": "interm-date-provar-timer",
|
||||
"callActivityExpressionSimple":"call-activity-exp-simple",
|
||||
"callActivityExpressionFromPool":"call-activity-expression-2",
|
||||
"calledSimple":"called-simple",
|
||||
"calledInPool":"called-in-pool"
|
||||
},
|
||||
"forms": {
|
||||
"tabVisibilityFields": {
|
||||
@@ -215,6 +219,12 @@
|
||||
"dateTimerForm": {
|
||||
"name": "date-timer-form"
|
||||
},
|
||||
"callActivityUserTaskForm": {
|
||||
"name": "call-activ-user-task-form"
|
||||
},
|
||||
"calledForm": {
|
||||
"name": "called-form"
|
||||
},
|
||||
"dropdownWithOptions": {
|
||||
"name": "dropdown-options",
|
||||
"options": [
|
||||
|
Reference in New Issue
Block a user