annotating
authorAlice Frumin <alice@aghtrategies.com>
Tue, 11 Jun 2019 16:05:48 +0000 (12:05 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 4 Jul 2019 05:58:53 +0000 (22:58 -0700)
release-notes/5.15.0.md

index 7cf0e5383200a6df3c2701db7598a940b0f24383..b2a65695b0c1109ad8c228c839ab6abf55a54030 100644 (file)
@@ -39,9 +39,24 @@ Released July 3, 2019
   activities don't carry over custom data and tags
   ([14183](https://github.com/civicrm/civicrm-core/pull/14183))**
 
-- **dev/translation#26 Fix Notice errors caused by l10n rewriting of quer… ([14152](https://github.com/civicrm/civicrm-core/pull/14152))**
-
-- **dev/core#369 Prevent hard fail of API Job when SMS provider has been deleted ([14266](https://github.com/civicrm/civicrm-core/pull/14266))**
+- **Fix Notice errors caused by l10n rewriting of query so query outputed create
+  view rather than the create table
+  ([dev/translation#26](https://lab.civicrm.org/dev/translation/issues/26):
+  [14152](https://github.com/civicrm/civicrm-core/pull/14152))**
+
+  Fixes a notice `Undefined property: CRM_Core_DAO::$Create_Table in
+  CRM_Core_DAO::checkConstraintExists()..` when enabling a language in
+  multilingual mode.
+
+- **Deletion of SMS provider caused all scheduled reminders to fail to be sent
+  (begins work for [dev/core#369](https://lab.civicrm.org/dev/core/issues/369):
+  [14266](https://github.com/civicrm/civicrm-core/pull/14266))**
+
+  Before this change if the Scheduled reminder job was triggered and there were
+  active SMS scheduled reminders for which the SMS Provider has been deleted
+  the job would fail with the message "Provider not known or not provided"
+  and no scheduled reminders would go out this change makes it so the rest of
+  the scheduled reminder will go out.
 
 - **dev/core#389 [preliminary cleanup+ test] Standardise metadat for custom field ([14401](https://github.com/civicrm/civicrm-core/pull/14401) and [14386](https://github.com/civicrm/civicrm-core/pull/14386))**