[ADF-4707] add properties in node selector search (#4878)

* add properties in node selector search

* fix test
This commit is contained in:
Eugenio Romano
2019-06-25 15:37:24 +01:00
committed by GitHub
parent d531a022d0
commit 90c403ae9e
3 changed files with 4 additions and 3 deletions

View File

@@ -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