mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACA-4503] Fix closing dialogs behind when closing the content selector dialog (#7138)
* [ACA-4503] Fix closing dialogs behind when closing the content selector dialog * [ACA-4503] Close the dialogs from the content node selector component
This commit is contained in:
committed by
GitHub
parent
05c3ed01d7
commit
d93980d1a3
@@ -77,6 +77,7 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
|
||||
close() {
|
||||
this.data.select.complete();
|
||||
this.dialog.close();
|
||||
}
|
||||
|
||||
onSelect(nodeList: Node[]) {
|
||||
@@ -94,7 +95,7 @@ export class ContentNodeSelectorComponent implements OnInit {
|
||||
|
||||
onClick(): void {
|
||||
this.data.select.next(this.chosenNode);
|
||||
this.data.select.complete();
|
||||
this.close();
|
||||
}
|
||||
|
||||
updateTitle(siteTitle: string) {
|
||||
|
Reference in New Issue
Block a user