Bugzilla – Attachment 15891 Details for
Bug 9458
Add sorting to lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9458 - Add sorting to lists - QA Followup 3
Bug-9458---Add-sorting-to-lists---QA-Followup-3.patch (text/plain), 1.01 KB, created by
Kyle M Hall (khall)
on 2013-03-05 17:47:00 UTC
(
hide
)
Description:
Bug 9458 - Add sorting to lists - QA Followup 3
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-05 17:47:00 UTC
Size:
1.01 KB
patch
obsolete
>From 4c7951146372e7e9e0a1db19cf5ac31ee1809d5a Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 5 Mar 2013 12:46:45 -0500 >Subject: [PATCH] Bug 9458 - Add sorting to lists - QA Followup 3 > >--- > C4/VirtualShelves/Page.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm >index 3dfbe60..f393cb1 100644 >--- a/C4/VirtualShelves/Page.pm >+++ b/C4/VirtualShelves/Page.pm >@@ -249,7 +249,7 @@ sub shelfpage { > my $items; > my $tag_quantity; > my $sortfield = ( $sorton ? $sorton : 'title' ); >- $sortfield = $query->param('sort') || $sortfield || 'title'; ## Passed in sorting overrides default sorting >+ $sortfield = $query->param('sort') || $sortfield; ## Passed in sorting overrides default sorting > my $direction = $query->param('direction') || 'asc'; > $template->param( > sort => $sortfield, >-- >1.7.2.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 9458
:
14781
|
14790
|
14791
|
14792
|
15363
|
15543
|
15545
|
15554
|
15674
|
15675
|
15694
| 15891 |
15952
|
16031