78c3af414c
Change-Id: I10286c48ddf3b7fba020db6175d5faa1c0911141
9 lines
371 B
YAML
9 lines
371 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes issue where the resource list API returned results with requested
|
|
fields only until the API ``MAX_LIMIT``. After the API ``MAX_LIMIT`` is
|
|
reached the API started ignoring user requested fields. This fix will make
|
|
sure that the next url generated by the pagination code will include the
|
|
user requested fields as query parameter.
|