mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4707] add properties in node selector search (#4878)
* add properties in node selector search * fix test
This commit is contained in:
@@ -331,7 +331,7 @@ describe('ContentNodeSelectorComponent', () => {
|
||||
query: {
|
||||
query: searchTerm ? `${searchTerm}* OR name:${searchTerm}*` : searchTerm
|
||||
},
|
||||
include: ['path', 'allowableOperations'],
|
||||
include: ['path', 'allowableOperations', 'properties'],
|
||||
paging: {
|
||||
maxItems: 25,
|
||||
skipCount: skipCount
|
||||
|
Reference in New Issue
Block a user