Bugzilla – Attachment 13701 Details for
Bug 9132
Paging through OPAC authority search results does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9132: Paging through OPAC authority search results does not work
SIGNED-OFF-Bug-9132-Paging-through-OPAC-authority-.patch (text/plain), 1.21 KB, created by
Katrin Fischer
on 2012-11-27 07:35:22 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9132: Paging through OPAC authority search results does not work
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-11-27 07:35:22 UTC
Size:
1.21 KB
patch
obsolete
>From e556f260d42a9ce80294a9adebb148f9b3309fb0 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Fri, 23 Nov 2012 12:13:44 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 9132: Paging through OPAC authority search > results does not work > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Fixes paging in authority result list in OPAC. >All tests pass. >--- > opac/opac-authorities-home.pl | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/opac/opac-authorities-home.pl b/opac/opac-authorities-home.pl >index 5656228..115012e 100755 >--- a/opac/opac-authorities-home.pl >+++ b/opac/opac-authorities-home.pl >@@ -90,7 +90,13 @@ if ( $op eq "do_search" ) { > $displaynext = 1; > } > >- my @field_data = ( { term => "marclist" , val => $query->param("marclist") || ''} ); >+ my @field_data = ( >+ { term => "marclist", val => $marclist[0] }, >+ { term => "and_or", val => $and_or[0] }, >+ { term => "excluding", val => $excluding[0] }, >+ { term => "operator", val => $operator[0] }, >+ { term => "value", val => $value[0] }, >+ ); > > my @numbers = (); > >-- >1.7.9.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 9132
:
13644
|
13645
|
13647
|
13648
| 13701 |
13702