mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2221] Search fails on Content Node Selector (#2888)
This commit is contained in:
committed by
Eugenio Romano
parent
0ad4bf6eb9
commit
d071250e24
@@ -59,6 +59,6 @@ export class ContentNodeSelectorService {
|
||||
}
|
||||
};
|
||||
|
||||
return this.searchService.search(defaultSearchNode, maxItems.toString(), skipCount.toString());
|
||||
return this.searchService.searchByQueryBody(defaultSearchNode);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user