Bugzilla – Attachment 8451 Details for
Bug 7590
Cataloging authorities search result page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
SIGNED-OFF Bug 7590 Cataloging authorities search result page is broken
SIGNED-OFF-Bug-7590-Cataloging-authorities-search-.patch (text/plain), 2.38 KB, created by
Francois Charbonnier
on 2012-03-21 16:47:24 UTC
(
hide
)
Description:
SIGNED-OFF Bug 7590 Cataloging authorities search result page is broken
Filename:
MIME Type:
Creator:
Francois Charbonnier
Created:
2012-03-21 16:47:24 UTC
Size:
2.38 KB
patch
obsolete
>From cd0758d0c5dace94397215e3617334629949cb6c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Fri, 24 Feb 2012 08:50:16 +0100 >Subject: [PATCH] SIGNED-OFF Bug 7590 Cataloging authorities search result > page is broken >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This bug occurs on UNIMARC DB with authorities linked together with TS/TG >relations. To reproduce it: > >- Add a new biblio record >- On 610 field, click on the tag editor button to search an authority >- In the Authority search window, enter a large search >- On the result page, for authorities having relations with other terms, in the > Get it! column, you get a mess of TS/TG relations and not more Choose link. > >Signed-off-by: François Charbonnier <francois.charbonnier@biblibre.com> >--- > .../modules/authorities/searchresultlist-auth.tt | 8 +------- > 1 files changed, 1 insertions(+), 7 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 7a118c9..f42753a 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 >@@ -70,13 +70,7 @@ function jumpfull(page) > <td>[% resul.summary %]</td> > <td>[% resul.used %] times</td> > <td> >- [% IF ( resul.repets ) %] >- [% FOREACH repet IN resul.repets %] >- <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> >- [% END %] >+ <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=[% resul.authid %]&index=[% index %]')">choose</a> > </td> > <td><a href="authorities.pl?authid=[% resul.authid %]">Edit authority</a></td> > </tr> >-- >1.7.5.4
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 7590
:
7846
|
7847
| 8451