Bugzilla – Attachment 3729 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]
Signed off patch
0001-SIGNED-OFF-This-patch-fixes-the-broken-pagination-in.patch (text/plain), 1.28 KB, created by
Katrin Fischer
on 2011-04-06 09:39:20 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-06 09:39:20 UTC
Size:
1.28 KB
patch
obsolete
>From 368aefa83bdd41e2b0f4cc7c72bbfd6ffae5bd54 Mon Sep 17 00:00:00 2001 >From: Koustubha Kale <kmkale@anantcorp.com> >Date: Sat, 2 Apr 2011 22:23:06 +0530 >Subject: [PATCH] [SIGNED-OFF] 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. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > 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