Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
-
ERM Sprint 101
-
Bienenvolk
-
Q3 2020 Bug Fix
Description
User-definable pick lists (refdata categories) can have >10 entries. Currently on creating or editing an agreement 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:
- erm/refdata/DocumentAttachment/atType
- erm/refdata/InternalContact/role
- erm/refdata/SubscriptionAgreement/reasonForClosure
- erm/refdata/SubscriptionAgreement/renewalPriority
In addition any user defined pick lists which are used for supplementary properties 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