mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
updated simpleapp with outcome visibility (#6663)
This commit is contained in:
committed by
GitHub
parent
205c324f4e
commit
0b66ee8171
@@ -124,7 +124,8 @@
|
||||
"paralleltasks": "paralleltasks",
|
||||
"candidateusersgroup": "candidateusersgroup",
|
||||
"candidateUserProcess": "candidateuserprocess",
|
||||
"outputVariablesMapping": "output-variables-mapping"
|
||||
"outputVariablesMapping": "output-variables-mapping",
|
||||
"outcomeVisibilityProcess": "outcome-visib-process"
|
||||
},
|
||||
"forms": {
|
||||
"tabVisibilityFields": {
|
||||
@@ -236,6 +237,13 @@
|
||||
"calledForm": {
|
||||
"name": "called-form"
|
||||
},
|
||||
"outcomeVisibilityForm": {
|
||||
"name": "outcome-visibility",
|
||||
"textWidget": "TextForOutcome",
|
||||
"validAnswerOutcome": "Valid answer",
|
||||
"invalidAnswerOutcome": "Invalid answer",
|
||||
"answerTheQuestion": "You should answer the question"
|
||||
},
|
||||
"dropdownWithOptions": {
|
||||
"name": "dropdown-options",
|
||||
"options": [
|
||||
|
Reference in New Issue
Block a user