Bugzilla – Attachment 115119 Details for
Bug 26985
Remove code for "Upcoming events" from codebase as not implemented
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26985: Remove code for "Upcoming events" from codebase as not implemented
Bug-26985-Remove-code-for-Upcoming-events-from-cod.patch (text/plain), 3.52 KB, created by
Lucas Gass (lukeg)
on 2021-01-13 23:37:37 UTC
(
hide
)
Description:
Bug 26985: Remove code for "Upcoming events" from codebase as not implemented
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-01-13 23:37:37 UTC
Size:
3.52 KB
patch
obsolete
>From f3a1ac35e3e665dbe03214aaedf8b5103672dd7f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 13 Jan 2021 12:44:08 +0000 >Subject: [PATCH] Bug 26985: Remove code for "Upcoming events" from codebase as > not implemented > >This patch removes references to an unimplemented feature for "Upcoming >events" notices. As far as I can tell the templates are the only files >affected. > >To test, apply the patch and verify that no instances of "Upcoming >events" or "Upcoming_events" are found in the codebase. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 1 - > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 1 - > 3 files changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >index 6a58c63a27..7808bb20f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc >@@ -17,7 +17,6 @@ > <tr> > <td>[% IF ( messaging_preference.Item_Due ) %]Item due > [% ELSIF ( messaging_preference.Advance_Notice ) %]Advance notice >- [% ELSIF ( messaging_preference.Upcoming_Events ) %]Upcoming events > [% ELSIF ( messaging_preference.Hold_Filled ) %]Hold filled > [% ELSIF ( messaging_preference.Item_Check_in ) %]Item check-in > [% ELSIF ( messaging_preference.Item_Checkout ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index d8c338efe8..f95f95991b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -533,7 +533,6 @@ > [% IF ( transport.transport ) %] > [% IF ( prefs.Item_Due ) %]Item due > [% ELSIF ( prefs.Advance_Notice ) %]Advance notice >- [% ELSIF ( prefs.Upcoming_Events ) %]Upcoming events > [% ELSIF ( prefs.Hold_Filled ) %]Hold filled > [% ELSIF ( prefs.Item_Check_in ) %]Item check-in > [% ELSIF ( prefs.Item_Checkout ) %]Item checkout >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >index 40dcd5236e..a8f8ee1790 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -59,7 +59,6 @@ > <tr> > <td>[% IF ( messaging_preference.Item_Due ) %]Item due > [% ELSIF ( messaging_preference.Advance_Notice ) %]Advance notice >- [% ELSIF ( messaging_preference.Upcoming_Events ) %]Upcoming events > [% ELSIF ( messaging_preference.Hold_Filled ) %]Hold filled > [% ELSIF ( messaging_preference.Item_Check_in ) %]Item check-in > [% ELSIF ( messaging_preference.Item_Checkout ) %] >-- >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 26985
:
115113
|
115119
|
115224