Bugzilla – Attachment 153151 Details for
Bug 34131
Plugins page breadcrumbs and side menu not consistent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34131: (QA follow-up): Add 'ill_availability_services' to method filter check
Bug-34131-QA-follow-up-Add-illavailabilityservices.patch (text/plain), 1.48 KB, created by
Pedro Amorim
on 2023-07-07 10:47:02 UTC
(
hide
)
Description:
Bug 34131: (QA follow-up): Add 'ill_availability_services' to method filter check
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-07-07 10:47:02 UTC
Size:
1.48 KB
patch
obsolete
>From 5b025eb3ee21718f4c8127f454cfa09a5e7f83c7 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 7 Jul 2023 10:34:22 +0000 >Subject: [PATCH] Bug 34131: (QA follow-up): Add 'ill_availability_services' to > method filter check > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 ++ > 1 file changed, 2 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 cccf659853..4e539a4ae3 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 >@@ -110,6 +110,8 @@ > <div class="dialog message">No plugins that can process online payments via the public catalog are installed</div> > [% ELSIF method == 'intranet_catalog_biblio_enhancements' %] > <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> > [% 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 34131
:
152727
|
152728
|
152745
|
152746
|
153150
|
153151
|
153152
|
153164
|
153165
|
153166
|
153167