Bugzilla – Attachment 137063 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), 723 bytes, created by
Shi Yao Wang
on 2022-07-04 13:21:55 UTC
(
hide
)
Description:
Bug 29922: (follow-up) Remove extra sort
Filename:
MIME Type:
Creator:
Shi Yao Wang
Created:
2022-07-04 13:21:55 UTC
Size:
723 bytes
patch
obsolete
>From 62223262bd4679618863a112eabcaa452ce9fec1 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 > >--- > 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.25.1
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