Actions
Bug #7505
closedgetGroupOptions too slow with large amount of groups
Description
In XML views where getGroupOptions is used to construct the dropdown to select from available groups it will crash if there's too many groups. In a test environment with 300,000 groups it's impossible to use this dropdown and it needs to be replaced with some other usage; likely just a text field to supply the group id.
Updated by krileon about 5 years ago
- % Done changed from 0 to 20
All usages that call category and group options for building a select input will need to use an alternative input method if the 100 category or group limit has been reached. For backend it will be a simple text input or tag input where necessary. For frontend it will be a CB Select usage with ajax searching and infinite scrolling.
Updated by krileon about 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Actions