mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
committed by
Popovics András
parent
1f4b1231c6
commit
a516d72304
@@ -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')]
|
||||
},
|
||||
|
Reference in New Issue
Block a user