Bugzilla – Attachment 158068 Details for
Bug 19605
ILL backends should be pluggable through regular Koha plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19605: Add 'ill_backend' plugin category
Bug-19605-Add-illbackend-plugin-category.patch (text/plain), 2.12 KB, created by
Pedro Amorim
on 2023-10-30 14:46:38 UTC
(
hide
)
Description:
Bug 19605: Add 'ill_backend' plugin category
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-10-30 14:46:38 UTC
Size:
2.12 KB
patch
obsolete
>From 3487ec5d4ae96eb4d8c471af8b020eed28278757 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 30 Oct 2023 11:09:39 -0100 >Subject: [PATCH] Bug 19605: Add 'ill_backend' plugin category > >--- > .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 1ee0768912..82fb79b43b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -58,6 +58,7 @@ > <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=opac_online_payment">View online payment plugins</a></li> > <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=intranet_catalog_biblio_enhancements">View bibliographic record enhancement plugins for the staff interface</a></li> > <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=ill_availability_services">View ILL availability plugins</a></li> >+ <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=ill_backend">View ILL backend plugins</a></li> > </ul> > </div> > >@@ -121,6 +122,8 @@ > <div class="dialog message">No plugins that can enhance the bibliographic records in the staff interface are installed</div> > [% ELSIF method == 'ill_availability_services' %] > <div class="dialog message">No plugins that can show ILL availability results are installed</div> >+ [% ELSIF method == 'ill_backend' %] >+ <div class="dialog message">No ILL backend plugins are installed</div> > [% ELSE %] > <div class="dialog message">Unknown plugin type <em>[% method | html %]</em></div> > [% END %] >-- >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 19605
:
158068
|
158069
|
158070
|
160433
|
160434
|
160435
|
162996
|
162997
|
162998
|
162999
|
163000
|
163001
|
163002
|
163003
|
163004
|
163005
|
163006
|
163007
|
163846
|
164084
|
164085
|
164086
|
164087
|
164088
|
164089
|
164090
|
164091
|
165201