-
- Downloads
Revert "[REF] use generic loadStandardSearchOptionsFromUrl". Fix search selections.
Overview ------------------- This reverts commit a5ca2ad8 and fixes a bug in management of the prev/next cache. The bug is visible when following this procedure: 1. In browser, use "Quick search" to search for text "am" 2. In browser, select checkboxes next to two items 3. In MySQL CLI, run `select * from civicrm_prevnext_cache where is_selected =1;` 4. In browser, continue to next page. Observe that there are no more selection. 5. In MySQL CLI, re-run SQL query. Observe that the selections have disappeared. Before ------------------- Proceeding to another page of search results causes loss of selections After ------------------- Selections are preserved
Please register or sign in to comment