Load 100 values from a user definable pick lists in licenses
Description
CSP Request Details
None
CSP Rejection Details
None
Potential Workaround
None
clones
is required by
relates to
Checklist
hideTestRail: Results
Activity
Show:
Done
Details
Details
Assignee
Owen Stephens
Owen StephensReporter
Owen Stephens
Owen StephensComponents
Labels
Priority
Sprint
None
Development Team
Bienenvolk
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 28, 2020 at 10:06 AM
Updated November 16, 2020 at 10:38 AM
Resolved November 9, 2020 at 9:35 PM
TestRail: Cases
TestRail: Runs
User-definable pick lists (refdata categories) can have >10 entries. Currently on creating or editing a license a maximum of 10 entries are retrieved. As the pick lists are unlikely to exceed 100 entries, and we can retrieve up to 100 entries at a time from the backend, an immediate fix would be to simply retrieve more entries by adding a `limit` parameter (limit=100) to the relevant calls.
The affected requests are:
licenses/refdata/DocumentAttachment/atType
licenses/refdata/InternalContact/role
licenses/refdata/License/Type
In addition any user defined pick lists which are used for license terms will also be affected
Any pick lists that are not editable are not currently affected because none of those system defined lists have >10 values