Bug #7505
closed
getGroupOptions too slow with large amount of groups
Added by krileon over 5 years ago.
Updated over 3 years ago.
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.
- % 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.
- % Done changed from 20 to 50
- % Done changed from 50 to 70
- % Done changed from 70 to 90
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF