Actions
Bug #9404
closedCB Select: when 2 searching select2 are rendered with default options it causes them to display the options incorrectly
Description
This appears to be due to a caching bug in the ajax-extended dataAdapter in CB Select.
Updated by krileon about 1 year ago
Isolated to a cache miss in processResults for the ajax behavior. Initial select options processing has no ajax URL yet so the cache is caching on a value of NULL.
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1932
Actions