[ADF-2246] [Destination Picker] The selection from the dropdown is ignored after 'Clear' action (#2908)

This commit is contained in:
suzanadirla
2018-02-05 13:24:19 +02:00
committed by Eugenio Romano
parent 05659b3837
commit b6cc8efe27
2 changed files with 21 additions and 1 deletions

View File

@@ -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;
}
/**