From bec1ee1df924a72f9c0a7344921d860d0eb67633 Mon Sep 17 00:00:00 2001 From: Alice Frumin Date: Tue, 11 Jun 2019 12:05:48 -0400 Subject: [PATCH] annotating --- release-notes/5.15.0.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/release-notes/5.15.0.md b/release-notes/5.15.0.md index 7cf0e53832..b2a65695b0 100644 --- a/release-notes/5.15.0.md +++ b/release-notes/5.15.0.md @@ -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))** -- 2.25.1