Bugzilla – Attachment 4368 Details for
Bug 6463
Authorities browsing error when using auth. plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed-off patch
0001-SIGNED-OFF-Bug-6463-Authorities-browsing-error-when-.patch (text/plain), 3.78 KB, created by
Frédéric Demians
on 2011-06-05 18:54:05 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-06-05 18:54:05 UTC
Size:
3.78 KB
patch
obsolete
>From c0508786290985741343dd81b1a5c9e4d24c5730 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Sun, 5 Jun 2011 19:34:44 +0300 >Subject: [PATCH] [SIGNED-OFF] Bug 6463 - Authorities browsing error when > using auth. plugins >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >[2011.06.05] I confirm the solution. On my test UNIMARC installation, I haven't >an error 500 but I have a wrong result pages navigation bar which doesn't limit >search result on the selected authority type. > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > .../modules/authorities/searchresultlist-auth.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >index cda1191..ba22e9c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt >@@ -31,7 +31,7 @@ function jumpfull(page) > [% IF ( number.highlight ) %] > [% number.number %] > [% ELSE %] >- <a href="auth_finder.pl?startfrom=[% number.startfrom %]&authtypecode=[% number.authtypecode %][% FOREACH searchdat IN number.searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% number.index %]&tagid=[% number.tagid %]&orderby=[% number.orderby %]"> >+ <a href="auth_finder.pl?startfrom=[% number.startfrom %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN number.searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> > [% number.number %]</a> > [% END %] > [% END %] >@@ -72,7 +72,7 @@ function jumpfull(page) > <td> > [% IF ( resul.repets ) %] > [% FOREACH repet IN resul.repets %] >- <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=[% repet.authid %]&index=[% repet.index %]&repet=[% repet.repet %]')" title="[% repet.value %]">[% repet.repet %]</a> >+ <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=[% resul.authid %]&index=[% repet.index %]&repet=[% repet.repet %]')" title="[% repet.value %]">[% repet.repet %]</a> > [% END %] > [% ELSE %] > <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=[% resul.authid %]&index=[% index %]')">choose</a> >@@ -94,7 +94,7 @@ function jumpfull(page) > [% IF ( number.highlight ) %] > [% number.number %] > [% ELSE %] >- <a href="auth_finder.pl?startfrom=[% number.startfrom %]&authtypecode=[% number.authtypecode %][% FOREACH searchdat IN number.searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% number.index %]&tagid=[% number.tagid %]&orderby=[% number.orderby %]"> >+ <a href="auth_finder.pl?startfrom=[% number.startfrom %]&authtypecode=[% authtypecode %][% FOREACH searchdat IN number.searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&op=do_search&type=intranet&index=[% index %]&tagid=[% tagid %]&orderby=[% orderby %]"> > [% number.number %]</a> > [% END %] > [% END %] >-- >1.7.5.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 6463
:
4364
|
4365
| 4368