From 7a4f702b5aa0110ffbb760730e7e23050408ea64 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 19 May 2023 16:54:15 +0000 Subject: [PATCH] Bug 33786: set stateSave to false This fixes the issue, but I wonder if this is the fix for this, or a better alternative exists --- koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js index 8a358015ac..b9eeba3f42 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -191,7 +191,7 @@ $(document).ready(function() { 'id_prefix', 'patron' ], - "stateSave": true, // remember state on page reload + "stateSave": false, // don't remember state on page reload "columns": [ { "data": "ill_request_id", -- 2.30.2