Bugzilla – Attachment 95351 Details for
Bug 23593
Add a shortcut from suggestion details to the bibliographic record in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23593: Link to the bibliographic record from the suggestion (OPAC)
Bug-23593-Link-to-the-bibliographic-record-from-th.patch (text/plain), 2.59 KB, created by
Jonathan Druart
on 2019-11-12 20:45:06 UTC
(
hide
)
Description:
Bug 23593: Link to the bibliographic record from the suggestion (OPAC)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-12 20:45:06 UTC
Size:
2.59 KB
patch
obsolete
>From 59ce3ab7c9e7484acb5ede6712b5356f78c48666 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 12 Nov 2019 21:43:50 +0100 >Subject: [PATCH] Bug 23593: Link to the bibliographic record from the > suggestion (OPAC) > >If there is a link between a suggestion and a bibliographic record (ie. >if suggestion.biblionumber is set), it makes sense to have an hyperlink >on the suggestion list at the OPAC. > >Test plan: >- Create 2 suggestions >- Create an order from one of them >- Go to the suggestion list at the OPAC >=> The one with the order has a to the bibliographic record >=> The other one is not linked with a bibliographic record, and so the >title is displayed, without hyperlink >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 2da7660e84..5ec72f9442 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -298,7 +298,13 @@ > </td> > [% END %] > <td> >- <p><strong>[% suggestions_loo.title | html %]</strong></p> >+ <p> >+ [% IF suggestions_loo.biblionumber %] >+ <strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestions_loo.biblionumber | uri %]">[% suggestions_loo.title | html %]</a></strong> >+ [% ELSE %] >+ <strong>[% suggestions_loo.title | html %]</strong> >+ [% END %] >+ </p> > <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %] > [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %] > [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% 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 23593
:
95351
|
95401
|
99114
|
99136