[ADF-4524] Checkbox widget is not displayed on a form on APS1 when having some visibility conditions on it (#4838)

* fix visibbility conditions form

* fix visibbility conditions form
This commit is contained in:
Eugenio Romano
2019-06-11 19:44:29 +01:00
committed by GitHub
parent 1c412ab15f
commit 9838d1e5d8
6 changed files with 831 additions and 48 deletions
+5 -1
View File
@@ -10,7 +10,7 @@ The ADF CLI manages, builds , doc and test your ADF Application projects.
To get started follow these instructions:
``
npm install adf-cli -g
npm install @alfresco/adf-cli -g
``
### License Check
@@ -18,6 +18,8 @@ npm install adf-cli -g
Move in the folder where you have your package.json and run the command:
```bash
npm install
adf-license
```
### Audit Check
@@ -25,5 +27,7 @@ adf-license
Move in the folder where you have your package.json and run the command:
```bash
npm install
adf-audit
```