Bugzilla – Attachment 130761 Details for
Bug 30122
Display note fields in authority result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30122: Display note fields in authority result list
Bug-30122-Display-note-fields-in-authority-result-.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2022-02-17 15:30:19 UTC
(
hide
)
Description:
Bug 30122: Display note fields in authority result list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-17 15:30:19 UTC
Size:
1.39 KB
patch
obsolete
>From feed9fe5832b61461061c4c91983b2f834f5aae6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Feb 2022 16:28:18 +0100 >Subject: [PATCH] Bug 30122: Display note fields in authority result list > >The note fields are displayed for UNIMARC only. > >Test plan: >Add some note fields to an authority record, search for it and confirm >that the notes are now display in the authority result list > >Sponsored-by: Orex Digital >--- > .../prog/en/includes/authorities-search-results.inc | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >index 3e0c4904f15..011409fd72f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc >@@ -104,6 +104,14 @@ > </div> > [% END %] > [% ELSE %] >+ [% IF summary.notes %] >+ <div class="authres_notes"> >+ [% FOREACH note IN summary.notes %] >+ <span>[% note.note | html %]</span> >+ [% END %] >+ </div> >+ [% END %] >+ > [% IF ( summary.seefrom.size >= 1 ) %] > <div class="seefrom"> > <span class="seefrom">used for/see from:</span> >-- >2.25.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 30122
: 130761