Bugzilla – Attachment 99083 Details for
Bug 23173
ILL should be able to search third party sources prior to request creation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23173: (follow-up) Allow for customisable display name
Bug-23173-follow-up-Allow-for-customisable-display.patch (text/plain), 2.68 KB, created by
Andrew Isherwood
on 2020-02-17 12:31:17 UTC
(
hide
)
Description:
Bug 23173: (follow-up) Allow for customisable display name
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2020-02-17 12:31:17 UTC
Size:
2.68 KB
patch
obsolete
>From eb7c5e54a6885f46448af4db60ad394f0e6dd87b Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Mon, 17 Feb 2020 12:29:19 +0000 >Subject: [PATCH] Bug 23173: (follow-up) Allow for customisable display name > >We now allow for the service to return a name that can be specified in >the plugin config. This patch switches to using that, rather than just >the plugin name defined in the plugin's metadata hashref >--- > koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 4 ++-- > 2 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc >index 3cd00e709d..69e6679edc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc >@@ -1,5 +1,4 @@ > <div> >- <div>[% service.name %]</div> > <table class="ill-availability" id="[% service.id %]"> > <thead id="[% service.id %]-header"> > <tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 27ccaf5ad9..c9fe65bcb5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -181,7 +181,7 @@ > </div> > <div class="modal-body"> > [% FOR service IN services %] >- <h4 class="ill_availability_sourcename">[% service.plugin %]</h4> >+ <h4 class="ill_availability_sourcename">[% service.name %]</h4> > [% INCLUDE 'ill-availability-table.inc' service=service %] > [% END %] > <span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span> >@@ -573,7 +573,7 @@ > </div> > </form> > [% FOR service IN services %] >- <h4 class="ill_availability_sourcename">[% service.plugin %]</h4> >+ <h4 class="ill_availability_sourcename">[% service.name %]</h4> > [% INCLUDE 'ill-availability-table.inc' service=service %] > [% END %] > </div> >-- >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 23173
:
91464
|
91465
|
92107
|
92108
|
92539
|
92540
|
92550
|
92551
|
92640
|
92641
|
92693
|
92694
|
92695
|
92715
|
92716
|
92717
|
93146
|
93147
|
93148
|
93909
|
93910
|
93911
|
95268
|
95269
|
95270
|
98521
|
99083
|
100724
|
100725
|
100740
|
102179
|
102180
|
102181
|
102182
|
102183
|
102184
|
102286
|
102287
|
102288
|
102289
|
102290
|
102291
|
102292
|
102293
|
102294