Bugzilla – Attachment 1407 Details for
Bug 3549
Framework sorting in addbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bugfix
0001--3.0.x-bug-3549-Sorted-framework-options-in-the-d.patch (text/plain), 1.05 KB, created by
Chris Cormack
on 2009-08-25 08:27:00 UTC
(
hide
)
Description:
bugfix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-08-25 08:27:00 UTC
Size:
1.05 KB
patch
obsolete
>From 8978d91acd209a4cd0b9b4fe9d3c6a0452fda13b Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Jean-Andr=C3=A9=20Santoni?= <jeanandre.santoni@biblibre.com> >Date: Tue, 25 Aug 2009 10:12:21 +0200 >Subject: [PATCH] [3.0.x](bug #3549) Sorted framework options in the dropdown menu > >In addbook.pl, the framwork options are sorted in random order. They should be >sorted in alphabetical order of value or code. >--- > cataloguing/addbooks.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/cataloguing/addbooks.pl b/cataloguing/addbooks.pl >index 2f43feb..8d02664 100755 >--- a/cataloguing/addbooks.pl >+++ b/cataloguing/addbooks.pl >@@ -56,7 +56,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > # get framework list > my $frameworks = getframeworks; > my @frameworkcodeloop; >-foreach my $thisframeworkcode ( keys %$frameworks ) { >+foreach my $thisframeworkcode ( sort keys %$frameworks ) { > my %row = ( > value => $thisframeworkcode, > frameworktext => $frameworks->{$thisframeworkcode}->{'frameworktext'}, >-- >1.6.0.4 >
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 3549
:
1407
|
15592
|
15594
|
15761
|
15762