Bugzilla – Attachment 162996 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.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-09 13:07:07 UTC
(
hide
)
Description:
Bug 19605: Add 'ill_backend' plugin category
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-09 13:07:07 UTC
Size:
2.17 KB
patch
obsolete
>From 34a632017472a7faf2606bf1c2c7d0be69c7cb1d 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 > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 cc02e5b2499..cfc2bccbc56 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 >@@ -61,6 +61,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> > >@@ -124,6 +125,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.44.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 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