Bugzilla – Attachment 109650 Details for
Bug 26007
Warning/reminder for changes to Koha to MARC mapping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26007: (QA follow-up) Add index name to the q parameter
Bug-26007-QA-follow-up-Add-index-name-to-the-q-par.patch (text/plain), 1.88 KB, created by
Marcel de Rooy
on 2020-09-04 09:40:02 UTC
(
hide
)
Description:
Bug 26007: (QA follow-up) Add index name to the q parameter
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-09-04 09:40:02 UTC
Size:
1.88 KB
patch
obsolete
>From bdb4bd38fe416c1ceca4ab68c88a9b103ed7085b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 4 Sep 2020 08:38:24 +0000 >Subject: [PATCH] Bug 26007: (QA follow-up) Add index name to the q parameter >Content-Type: text/plain; charset=utf-8 > >The link constructed in MARC-detail is not consistent. It adds >an index name but does not show in the query in the search box. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >index 0816c6379c..812fec2a9e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt >@@ -78,7 +78,7 @@ > <span class="desc" title="[% subfiel.long_desc | html %]">[% subfiel.short_desc | html %]</span></span> > [% IF ( subfiel.is_url ) %]<a href="[% subfiel.marc_value | url %]">[% subfiel.marc_value | html %]</a>[% ELSE %][% subfiel.marc_value | html %][% END %] > [% IF ( subfiel.link ) %] >- <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&idx=[% subfiel.link | uri %],phr&type=intranet&q=[% subfiel.marc_value |url %]"> >+ <a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&idx=[% subfiel.link | uri %],phr&type=intranet&q=[% subfiel.link | uri %],phr:[% subfiel.marc_value |uri %]"> > <img src="[% interface | html %]/[% theme | html %]/img/filefind.png" height="15" title="Search on [% subfiel.marc_value | html %]" alt="Search on [% subfiel.marc_value | html %]" /> > </a> > [% END %] >-- >2.11.0
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 26007
:
109301
|
109302
|
109638
|
109649
| 109650 |
109651
|
109652
|
109881