Bugzilla – Attachment 137406 Details for
Bug 29922
Group of libraries are now displayed in alphabetical order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29922: (follow-up) Remove extra sort
Bug-29922-follow-up-Remove-extra-sort.patch (text/plain), 878 bytes, created by
Katrin Fischer
on 2022-07-08 11:23:58 UTC
(
hide
)
Description:
Bug 29922: (follow-up) Remove extra sort
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-07-08 11:23:58 UTC
Size:
878 bytes
patch
obsolete
>From c1a04b1dbec81416c27237fc73547a68067a12b1 Mon Sep 17 00:00:00 2001 >From: Shi Yao Wang <shi-yao.wang@inlibro.com> >Date: Mon, 4 Jul 2022 09:18:51 -0400 >Subject: [PATCH] Bug 29922: (follow-up) Remove extra sort > >Remove wrong sort in staff advanced search page > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > catalogue/search.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/catalogue/search.pl b/catalogue/search.pl >index 24e8692d27..b244beb8bc 100755 >--- a/catalogue/search.pl >+++ b/catalogue/search.pl >@@ -237,7 +237,6 @@ if($cgi->cookie("intranet_bib_list")){ > > my @search_groups = > Koha::Library::Groups->get_search_groups( { interface => 'staff' } )->as_list; >-@search_groups = sort { $a->title cmp $b->title } @search_groups; > > $template->param( > search_groups => \@search_groups, >-- >2.30.2
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 29922
:
129698
|
129699
|
129737
|
129738
|
130767
|
131343
|
131444
|
136612
|
137045
|
137063
|
137064
|
137325
|
137326
|
137405
| 137406