Bugzilla – Attachment 3607 Details for
Bug 6038
Pagination in members-search.pl broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Small patch to fix Error 404 which comes up when we click on pagination links after searching in Patron Card creator.
0001-Bug-6038-This-patch-fixes-the-broken-pagination-in-m.patch (text/plain), 1.22 KB, created by
Koustubha Kale
on 2011-04-02 17:01:35 UTC
(
hide
)
Description:
Small patch to fix Error 404 which comes up when we click on pagination links after searching in Patron Card creator.
Filename:
MIME Type:
Creator:
Koustubha Kale
Created:
2011-04-02 17:01:35 UTC
Size:
1.22 KB
patch
obsolete
>From 60bdf1888896bbbcae1f04545b77657c6dbbdf9b Mon Sep 17 00:00:00 2001 >From: Koustubha Kale <kmkale@anantcorp.com> >Date: Sat, 2 Apr 2011 22:23:06 +0530 >Subject: [PATCH] [Bug 6038]This patch fixes the broken pagination in members-search.pl >Content-Type: text/plain; charset="utf-8" > >Small patch to fix Error 404 which comes up when we click on pagination links after searching in Patron Card creator. >--- > patroncards/members-search.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/patroncards/members-search.pl b/patroncards/members-search.pl >index 42fbba7..c2abe07 100755 >--- a/patroncards/members-search.pl >+++ b/patroncards/members-search.pl >@@ -92,7 +92,7 @@ if ($member || $category) { > ); > push(@resultsdata, \%row); > } >- my $base_url = __FILE__ . '?' . join('&', map { $_->{term} . ' = ' . $_->{val} } ( >+ my $base_url = '?' . join('&', map { $_->{term} . '=' . $_->{val} } ( > { term => 'member', val => $member }, > { term => 'category', val => $category }, > { term => 'orderby', val => $orderby }, >-- >1.7.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 6038
:
3607
|
3729