mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user