mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file (#6806)
* [ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file * downgrade nrwl workspace version * Use the PR branch name and terminate * Handle the error * Revert downgrade nrwl workspace * Remove the useless check on rebase and raise the exit 1 * Remove the script * Use the HEAD and create a new variable for commit sha Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
This commit is contained in:
@@ -136,7 +136,17 @@
|
||||
"name": "form-with-single-input"
|
||||
},
|
||||
"tabVisibilityVars": {
|
||||
"name": "tabvisibilitywithvars"
|
||||
"name": "tabvisibilitywithvars",
|
||||
"tabs": {
|
||||
"tabWithFields": "tabWithFields",
|
||||
"tabVarVar": "tabBasicVarVar",
|
||||
"tabBasicVarField": "tabBasicVarField"
|
||||
},
|
||||
"widgets": {
|
||||
"textOneId": "TextOne",
|
||||
"textThreeId": "TextThree",
|
||||
"numberOneId": "NumberOne"
|
||||
}
|
||||
},
|
||||
"usertaskform": {
|
||||
"name": "usertaskform"
|
||||
@@ -145,7 +155,11 @@
|
||||
"name": "dropdownform"
|
||||
},
|
||||
"formVisibility": {
|
||||
"name": "form-visibility"
|
||||
"name": "form-visibility",
|
||||
"widgets": {
|
||||
"textOneId": "Text",
|
||||
"textTwoId": "Multilinetext"
|
||||
}
|
||||
},
|
||||
"multilingualform": {
|
||||
"name": "multilingualform"
|
||||
|
Reference in New Issue
Block a user