mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2870] Create from template - extra unnecessary call is performed when opening the dialog (#1321)
* hide inputs via configuration * remove styling workaround
This commit is contained in:
committed by
Adina Parpalita
parent
f0a9b5bf43
commit
4c7a95c7e6
@@ -72,6 +72,8 @@ export class NodeTemplateService {
|
||||
dropdownSiteList: null,
|
||||
breadcrumbTransform: this.transformNode.bind(this),
|
||||
select,
|
||||
showSearch: false,
|
||||
showDropdownSiteList: false,
|
||||
isSelectionValid: this.isSelectionValid.bind(this),
|
||||
rowFilter: this.rowFilter.bind(this)
|
||||
};
|
||||
|
||||
@@ -13,15 +13,4 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.aca-template-node-selector-dialog {
|
||||
adf-content-node-selector-panel {
|
||||
.adf-content-node-selector-content-input {
|
||||
display: none;
|
||||
}
|
||||
.adf-sites-dropdown {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user