-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Not A Bug
-
Affects Version/s: 0.24.0
-
Fix Version/s: None
-
Component/s: Node.js
When GET
http://localhost:8080/nuxeo/api/v1/query/default_collection?currentPageIndex=0&pageSize=-1&queryParams=%25%2C%24currentUser&sortBy=&sortOrder=
I am expecting the QueryObject to resolve 2 ordered params
- param1 = '%'
- param2 = '$currentUser'
but it resolves only one param to: - param1 = '%,$currentUser'
- is required by
-
ELEMENTS-95 Fix page provider queryParam parameter processing
- Resolved
-
NXP-19463 Order collections by modification date
- Resolved