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
Binary file not shown.
@@ -124,7 +124,8 @@
|
|||||||
"paralleltasks": "paralleltasks",
|
"paralleltasks": "paralleltasks",
|
||||||
"candidateusersgroup": "candidateusersgroup",
|
"candidateusersgroup": "candidateusersgroup",
|
||||||
"candidateUserProcess": "candidateuserprocess",
|
"candidateUserProcess": "candidateuserprocess",
|
||||||
"outputVariablesMapping": "output-variables-mapping"
|
"outputVariablesMapping": "output-variables-mapping",
|
||||||
|
"outcomeVisibilityProcess": "outcome-visib-process"
|
||||||
},
|
},
|
||||||
"forms": {
|
"forms": {
|
||||||
"tabVisibilityFields": {
|
"tabVisibilityFields": {
|
||||||
@@ -236,6 +237,13 @@
|
|||||||
"calledForm": {
|
"calledForm": {
|
||||||
"name": "called-form"
|
"name": "called-form"
|
||||||
},
|
},
|
||||||
|
"outcomeVisibilityForm": {
|
||||||
|
"name": "outcome-visibility",
|
||||||
|
"textWidget": "TextForOutcome",
|
||||||
|
"validAnswerOutcome": "Valid answer",
|
||||||
|
"invalidAnswerOutcome": "Invalid answer",
|
||||||
|
"answerTheQuestion": "You should answer the question"
|
||||||
|
},
|
||||||
"dropdownWithOptions": {
|
"dropdownWithOptions": {
|
||||||
"name": "dropdown-options",
|
"name": "dropdown-options",
|
||||||
"options": [
|
"options": [
|
||||||
|
Reference in New Issue
Block a user