Bugzilla – Attachment 83969 Details for
Bug 21866
Rephrase "Warning: This *report* was written for an older version of Koha" to refer to plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21866: Changed "report" to "plugins" for the warning "This report was written for an older version of Koha. Run at your own risk"
Bug-21866-Changed-report-to-plugins-for-the-warnin.patch (text/plain), 1.64 KB, created by
Kyle M Hall (khall)
on 2019-01-15 13:30:30 UTC
(
hide
)
Description:
Bug 21866: Changed "report" to "plugins" for the warning "This report was written for an older version of Koha. Run at your own risk"
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-01-15 13:30:30 UTC
Size:
1.64 KB
patch
obsolete
>From 636137617b80a22ed22a9718ae01b7b1f2bf8ea9 Mon Sep 17 00:00:00 2001 >From: Olivia Lu <olivialokm@gmail.com> >Date: Tue, 15 Jan 2019 03:52:30 +0000 >Subject: [PATCH] Bug 21866: Changed "report" to "plugins" for the warning > "This report was written for an older version of Koha. Run at your own risk" > >To find this change: > >1. Enable use plugins in global system preferences >2. Go to tools then click tool plugins >3. Verify that this string now says plugins > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 ac8b24434b..7a0268c579 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 >@@ -89,7 +89,7 @@ > > [% IF ( plugin.metadata.maximum_version && koha_version > plugin.metadata.maximum_version ) %] > <div class="dialog alert"> >- Warning: This report was written for an older version of Koha. Run at your own risk. >+ Warning: This plugin was written for an older version of Koha. Run at your own risk. > </div> > [% END %] > </td> >-- >2.17.2 (Apple Git-113)
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 21866
:
83934
|
83967
| 83969