Bugzilla – Attachment 156962 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: Added a hyperlink of the bib record to the biblionumber on the merge record form.
Bug-35034-Added-a-hyperlink-of-the-bib-record-to-t.patch (text/plain), 1.78 KB, created by
ByWater Sandboxes
on 2023-10-12 13:27:28 UTC
(
hide
)
Description:
Bug 35034: Added a hyperlink of the bib record to the biblionumber on the merge record form.
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-10-12 13:27:28 UTC
Size:
1.78 KB
patch
obsolete
>From 329005d461ec1d18632a898a5bb200df66dc0452 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 11 Oct 2023 16:54:40 +0000 >Subject: [PATCH] Bug 35034: Added a hyperlink of the bib record to the > biblionumber on the merge record form. >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: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >Signed-off-by: Christine <chlee@pascolibraries.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 1 + > 1 file changed, 1 insertion(+) > >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..69fe7423c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -117,6 +117,7 @@ div#result { margin-top: 1em; } > [% END %] > <label for="ref_biblionumber[% record.biblionumber | html %]"> > [% INCLUDE 'biblio-title.inc' biblio=record.data %] >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% record.biblionumber | uri %]"</a> > ([% record.biblionumber | uri %]) <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% record.biblionumber | uri %]" class="previewData">View MARC</a> > </label> > </li> >-- >2.30.2
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