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
@@ -4,16 +4,5 @@ const commonConfig = require('./webpack.common.js');
|
||||
|
||||
module.exports = webpackMerge(commonConfig, {
|
||||
|
||||
devtool: 'inline-source-map',
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
"ng2-alfresco-form": helpers.root('../ng2-alfresco-form/index.ts'),
|
||||
"ng2-alfresco-core": helpers.root('../ng2-alfresco-core/index.ts'),
|
||||
"ng2-alfresco-datatable": helpers.root('../ng2-alfresco-datatable/index.ts')
|
||||
},
|
||||
extensions: ['.ts', '.js'],
|
||||
symlinks: false,
|
||||
modules: [helpers.root('../../ng2-components'), helpers.root('node_modules')]
|
||||
}
|
||||
devtool: 'inline-source-map'
|
||||
});
|
||||
|
Reference in New Issue
Block a user