update simpleapp with 1 new process:interm-date-provar-timer,2 forms & 1 form updated (#5852)

This commit is contained in:
Alexandra Abrudan
2020-07-10 09:45:19 +01:00
committed by GitHub
parent 934b51f4c7
commit 2ec7fad019
2 changed files with 26 additions and 1 deletions

View File

@@ -110,7 +110,8 @@
"attachLocalFile": "attach-local-file", "attachLocalFile": "attach-local-file",
"attachSingleMultiple": "attach-single-multiple", "attachSingleMultiple": "attach-single-multiple",
"attachMultipleSingle": "attach-multiple-single", "attachMultipleSingle": "attach-multiple-single",
"attachMultipleMultiple": "attach-multiple-multiple" "attachMultipleMultiple": "attach-multiple-multiple",
"intermediateDateProcessVarTimer": "interm-date-provar-timer"
}, },
"forms": { "forms": {
"tabVisibilityFields": { "tabVisibilityFields": {
@@ -206,6 +207,30 @@
"name": "attach-multiple-multiple", "name": "attach-multiple-multiple",
"attachFileWidget1": "Attachfile07sqao", "attachFileWidget1": "Attachfile07sqao",
"attachFileWidget2": "Attachfile018wvc" "attachFileWidget2": "Attachfile018wvc"
},
"dateTimerForm": {
"name": "date-timer-form"
},
"dropdownWithOptions": {
"name": "dropdown-options",
"options": [
{
"id": "empty",
"name": "Choose one..."
},
{
"id": "option_1",
"name": "option1"
},
{
"id": "option_2",
"name": "option2"
},
{
"id": "option_3",
"name": "option3"
}
]
} }
}, },
"tasks": { "tasks": {