Bugzilla – Attachment 7847 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]
Proposed patch
0001-Bug-7590-Cataloging-authorities-search-result-page-i.patch (text/plain), 2.21 KB, created by
Frédéric Demians
on 2012-02-24 07:58:19 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-02-24 07:58:19 UTC
Size:
2.21 KB
patch
obsolete
>From add94e948be5a194b8ffe0341ee284cbd7c66645 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] Bug 7590 Cataloging authorities search result page is broken > >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. >--- > .../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.8 >
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