https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41133 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Suggestions table sharing |Datatables sharing Local |localStorage for all tabs |storage for pagination can |can prevent records from |prevent records from |loading |loading Status|NEW |CONFIRMED Component|Acquisitions |Architecture, internals, | |and plumbing --- Comment #1 from Brendan Lawlor <blawlor@clamsnet.org> --- This same bug actually affects more than just the suggestions table. The browser's local storage keeps some data about the table pagination, filtering and ordering and it's possible for that data got into a weird state when you move from the second page of a record with many results to the first page of a different record that only has a few results. To recreate on a bib record's holds tab: - Go to a record with more than 20 holds - Click on the left panel Holds (34) - Click Next > to go to the second page of holds - Now go to a record with a few holds, but less than 20 - Click on the left panel Holds (3) - Table loads with 'no matching results found' - Pagination info says Showing 21 to 3 of 3 entries. Yikes! - Click <<First, the local storage data issue is resolved and the holds load correct In this case the table state saved in local storage in DataTables_circ_holds_patron_holds_table is not valid when you go to the record with only a few holds because start is set to 20 for the second page of results -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.