]> git.koha-community.org Git - koha.git/commit
Bug 34963: Restore the ability to blank fields when editing a suggestion
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 17 Apr 2024 09:48:16 +0000 (11:48 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 28 May 2024 19:45:09 +0000 (19:45 +0000)
commit8f521bdb3c29ef8a54668c15fa936b5b963079eb
tree129c7140ad9ed41dc92bddf49354e0638f723581
parente5181851c749c7eabe6b3ff016911611fe463d90
Bug 34963: Restore the ability to blank fields when editing a suggestion

Regression introduced by bug 23991.
We don't want to remove the fields from the edition if they are empty.

Ideally we should have separate parameters for edition and search, but
this is the low-effort fix, and hopefully won't introduce side-effects.

Test plan:
Try to edit a suggestion and blank some fields
Try to search for suggestions using the search form on the left of the
screen

Signed-off-by: Ray Delahunty <lib-systems@arts.ac.uk>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit cd1f4145fe091314895a4f8a4f73a5b3a5f8bb87)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit e6a2b1afde992359d0a0ad860701838438a9ebaf)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
suggestion/suggestion.pl