https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33484 --- Comment #36 from Jonathan Druart <jonathan.druart@gmail.com> --- Pushed new patches, ready for testing. We have different tables to test: * kohaTable (datatables.js) ** with filters - catalogue detail, holding tables - main patron search - item search (I didn't test this one) - cities ** without filters - acqui/edifactmsgs (didn't test, not familiar with edifact) - admin/branches.pl * KohaTable (columns_settings.inc) ** with filters - only reports/itemslost.tt ** without filters - catalogue detail page, tab "Comments" ** with search form - Overdue report (might need adjustments) - others? * Vue tables (using kohaTable but differ a bit) The "Copy conditions" buttons should only appear if table settings are defined (ie. there is an entry in the columns_settings.yml file). For each table you can try to: * Play with the two new options from the settings: - "Save configuration state on page change": will save the column visibility, length and order (ON by default) - "Save search state on page change": will save the search (OFF by default) * See if the state is correctly restored and not, depending on the settings. * Use the "Copy conditions" button and reuse it to confirm that is restore the table properly. Note that it will ofc erase the localStorage entry with this state. -- You are receiving this mail because: You are watching all bug changes.