Bugzilla – Attachment 161456 Details for
Bug 35034
Add link to the bibliographic records when they are selected for merging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35034: Add parameter that links titles to their records
Bug-35034-Add-parameter-that-links-titles-to-their.patch (text/plain), 1.96 KB, created by
Emily Lamancusa (emlam)
on 2024-01-25 18:21:14 UTC
(
hide
)
Description:
Bug 35034: Add parameter that links titles to their records
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-01-25 18:21:14 UTC
Size:
1.96 KB
patch
obsolete
>From 39f4e3af0a8f148f33d6bb0a0f97919509e5b818 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 5 Dec 2023 14:57:58 +0000 >Subject: [PATCH] Bug 35034: Add parameter that links titles to their records >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To recreate: >1. Select two items from the catalog and begin a merge. >2. Notice that the title of the items, their biblionumber and a > hyperlink to their MARC record is available. >3. Apply the patch and refresh the page. The biblionumber for each title > is now hyperlinked and leads to the itemâs bib records. >4. Sign off and have a great day :) > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >index 9ed117f7c6..ea00490255 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -116,7 +116,7 @@ div#result { margin-top: 1em; } > <input type="radio" value="[% record.biblionumber | html %]" id="ref_biblionumber[% record.biblionumber | html %]" name="ref_biblionumber" onclick="changeFramework('[% record.frameworkcode | html %]')" /> > [% END %] > <label for="ref_biblionumber[% record.biblionumber | html %]"> >- [% INCLUDE 'biblio-title.inc' biblio=record.data %] >+ [% INCLUDE 'biblio-title.inc' biblio=record.data link = 1 %] > ([% record.biblionumber | uri %]) <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% record.biblionumber | uri %]" class="previewData">View MARC</a> > </label> > </li> >-- >2.34.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 35034
:
156854
|
156876
|
156962
|
159587
|
159590
| 161456