[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:
Cilibiu Bogdan
2020-01-27 13:14:46 +02:00
committed by Adina Parpalita
parent f0a9b5bf43
commit 4c7a95c7e6
2 changed files with 2 additions and 11 deletions
@@ -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;
}
}
}
}