Skip to content

Option group value API call is limited to default 25. Remove limit to return all Option group values.

If you have an option group which has more then 25 options, only the first 25 options are shown in the CiviMobile app. This is a silly default imposed by CiviCRM APIv3 which has been causing problems for CiviCRM developers for over a decade.

This PR removes the default and sets no limit, so all options are displayed in the CiviMobile app.

Agileware Ref: PROJ-2221

Merge request reports