]> git.koha-community.org Git - koha.git/commit
Bug 28554: In Koha::AuthorisedValues sort by description
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 11 Jun 2021 11:35:41 +0000 (13:35 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 8 Sep 2021 20:28:31 +0000 (10:28 -1000)
commitf967ae22d8b81805e8791d3a6364e7abecf88b8b
tree7f20a868e5a079de3d821f1e100e7ba8d5079ec5
parentd4d648f3bf49d3b42e7e5463159a2fdf6dc92486
Bug 28554: In Koha::AuthorisedValues sort by description

In itemsearch form, there are several filters build with authorized values.
There values should be sorted by description.

Test plan :
1) Create several values and descriptions in authorized values LOC
2) Go to itemsearch
3) See filter by location sorts on description and not on value

Seems change in search_by_marc_field can not be tested in interface

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit ee27af1cd97b2d7188867cfe0fc77c0f90aff1c8)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/AuthorisedValues.pm