Bugzilla – Attachment 183567 Details for
Bug 36947
Sort Elasticsearch/Zebra facets according to configurable locale instead of using Perl's stringwise/bytewise sort
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36947: (QA follow-up) Fix hash key name for locale-list syspref type
Bug-36947-QA-follow-up-Fix-hash-key-name-for-local.patch (text/plain), 907 bytes, created by
David Cook
on 2025-06-27 00:47:04 UTC
(
hide
)
Description:
Bug 36947: (QA follow-up) Fix hash key name for locale-list syspref type
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-06-27 00:47:04 UTC
Size:
907 bytes
patch
obsolete
>From 02def9e4f66898c7730933bcb86d75b098ff80b1 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 27 Jun 2025 00:19:29 +0000 >Subject: [PATCH] Bug 36947: (QA follow-up) Fix hash key name for locale-list > syspref type > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > admin/preferences.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/preferences.pl b/admin/preferences.pl >index fdeefc3302..6b8fe83021 100755 >--- a/admin/preferences.pl >+++ b/admin/preferences.pl >@@ -126,7 +126,7 @@ sub _get_chunk { > > # Dynamic locale detection for facet sorting using Koha::I18N > require Koha::I18N; >- $chunk->{'choices'} = Koha::I18N::available_locales(); >+ $chunk->{'CHOICES'} = Koha::I18N::available_locales(); > $chunk->{'type'} = 'select'; > } elsif ( $options{'choices'} ) { > my $add_blank; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36947
:
167110
|
167125
|
167141
|
167142
|
167143
|
167145
|
167146
|
167188
|
167198
|
167880
|
168488
|
170489
|
183551
|
183552
|
183553
|
183563
|
183564
|
183565
|
183566
| 183567 |
183568
|
183726
|
183727