mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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
|
||||
```
|
||||
|
@@ -19,7 +19,8 @@
|
||||
"license-checker": "^25.0.1",
|
||||
"npm-registry-fetch": "^3.9.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"spdx-license-list": "^5.0.0"
|
||||
"spdx-license-list": "^5.0.0",
|
||||
"ejs": "^2.6.1"
|
||||
},
|
||||
"keywords": [
|
||||
"alfresco-component"
|
||||
|
Reference in New Issue
Block a user