Bugzilla – Attachment 128069 Details for
Bug 29586
"Hold reminder" notice doesn't show in messaging preferences in new installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29586: Fix typos in installer files
Bug-29586-Fix-typos-in-installer-files.patch (text/plain), 1.91 KB, created by
Nick Clemens (kidclamp)
on 2021-11-29 12:45:23 UTC
(
hide
)
Description:
Bug 29586: Fix typos in installer files
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-11-29 12:45:23 UTC
Size:
1.91 KB
patch
obsolete
>From d48ce7088d46b6cad7e8f1a69f88e455a1cddb22 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 29 Nov 2021 12:44:07 +0000 >Subject: [PATCH] Bug 29586: Fix typos in installer files > >When HOLD_REMINDER info was added I neglected to move the semicolons, this meant >the statements were ending before the data was added >--- > .../mysql/mandatory/sample_notices_message_attributes.sql | 2 +- > .../mysql/mandatory/sample_notices_message_transports.sql | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >index 7cfff1c157..6cabc4e92e 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_attributes.sql >@@ -8,6 +8,6 @@ values > (6, 'Item_Checkout', 0), > (7, 'Ill_ready', 0), > (8, 'Ill_unavailable', 0), >-(9, 'Auto_Renewals', 0); >+(9, 'Auto_Renewals', 0), > (10, 'Hold_Reminder', 0); > >diff --git a/installer/data/mysql/mandatory/sample_notices_message_transports.sql b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >index b2f85657a2..2a224996c7 100644 >--- a/installer/data/mysql/mandatory/sample_notices_message_transports.sql >+++ b/installer/data/mysql/mandatory/sample_notices_message_transports.sql >@@ -34,8 +34,8 @@ values > (9, 'email', 0, 'circulation', 'AUTO_RENEWALS'), > (9, 'sms', 0, 'circulation', 'AUTO_RENEWALS'), > (9, 'email', 1, 'circulation', 'AUTO_RENEWALS_DGST'), >-(9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST'); >+(9, 'sms', 1, 'circulation', 'AUTO_RENEWALS_DGST'), > (10, 'email', 0, 'circulation', 'HOLD_REMINDER'), > (10, 'sms', 0, 'circulation', 'HOLD_REMINDER'), > (10, 'phone', 0, 'circulation', 'HOLD_REMINDER'), >-(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'), >+(10, 'itiva', 0, 'circulation', 'HOLD_REMINDER'); >-- >2.20.1
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 29586
:
128069
|
128119
|
128120
|
128123
|
128124
|
128447
|
128448