[AAE-2202] Not able to search for files (#5569)

* [AAE-2202] Not able to search for files

* * fixd test

* * fixed panel test

* * fixed files search options

* * added docs
This commit is contained in:
dhrn
2020-03-31 16:06:35 +05:30
committed by GitHub
parent 6564ef256e
commit e06f871d73
15 changed files with 78 additions and 19 deletions

View File

@@ -46,7 +46,8 @@ export class ContentCloudNodeSelectorService {
actionName: 'Choose',
currentFolderId: '-my-',
select,
isSelectionValid: this.isNodeFile.bind(this)
isSelectionValid: this.isNodeFile.bind(this),
showFilesInResult: true
};
this.openContentNodeDialog(data, 'adf-content-node-selector-dialog', '630px');