mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2246] [Destination Picker] The selection from the dropdown is ignored after 'Clear' action (#2908)
This commit is contained in:
committed by
Eugenio Romano
parent
05659b3837
commit
b6cc8efe27
@@ -175,7 +175,7 @@ export class ContentNodeSelectorPanelComponent implements OnInit {
|
||||
this.skipCount = 0;
|
||||
this.chosenNode = null;
|
||||
this.showingSearchResults = false;
|
||||
this.folderIdToShow = this.currentFolderId;
|
||||
this.folderIdToShow = this.siteId || this.currentFolderId;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user