From d8672c564b9b198b3e5a7278ee7723b4169b87a6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 5 Oct 2020 17:23:31 +0000 Subject: [PATCH] Bug 24370: Don't reset library when editing a suggestion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When editing a suggestion, the library will be reset to the currently logged in librarian's homebranch, no matter what the libray was before. This fixes this, the library selection will remain at the db value when edited. To test: - Create a suggestion with Any library. - Edit the suggestion - it will show your homebranch as library - Change to any library but your homebranch - The summary should show the correct value after saving - Edit the suggestoin again - it's set back to your homebranch again - Apply patch - Repeat the steps, the pull down should now show the correct library at all times. Caveat: I think there is a somewhat separate issue/bug in that once a library was saved, you cannot switch back to "Any". I haven't been able to fix this and suggest to maybe file a separate bug. Signed-off-by: Séverine QUEUNE --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 5c5cf9a..41f5ba7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -442,7 +442,7 @@
  • -- 2.1.4