[ADF-1012] Hide delete checklist button when the checklist is in readonly mode (#2325)

* disable button to delete when the checklist is in readonly mode

* style issues

* fix test
This commit is contained in:
Eugenio Romano
2017-09-12 14:39:33 +01:00
committed by Popovics András
parent 1f4b1231c6
commit a516d72304
10 changed files with 132 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ module.exports = {
"ng2-alfresco-datatable": helpers.root('../ng2-alfresco-datatable/index.ts'),
"ng2-activiti-form": helpers.root('../ng2-activiti-form/index.ts')
},
extensions: ['.ts', '.js'],
extensions: ['.ts', '.js', '.scss'],
symlinks: false,
modules: [helpers.root('../../ng2-components'), helpers.root('node_modules')]
},