From dbf123d45a1f4fe3463cdf47f62d49a2676acfe5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 30 Jul 2020 10:57:53 +0200 Subject: [PATCH] Bug 25887: Keep library filter on the fund list view The problem: When filtering funds by library, the pull down for libraries resets to "empty" when the page is reloaded, although the filter criteria is visible in the URL. Test plan: Create a fund for library A Create a fund for library B Go to the fund list view => All funds are listed Select library A in the library filter, click "Go" => Funds for library A are listed => Library filter has "library A" selected Edit fund for library B => The edit form has "library B" selected --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index a520427f43..ce88e2865c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -407,7 +407,7 @@
  • -- 2.20.1