From 2d2298e730a5b4a9bde62b1f8238fd3fe297510a Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Thu, 3 Jan 2019 10:27:03 +1100 Subject: [PATCH] Update 5.9 Release notes for final fixes --- release-notes/5.9.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/release-notes/5.9.0.md b/release-notes/5.9.0.md index 64cf0543be..44d1cb21d8 100644 --- a/release-notes/5.9.0.md +++ b/release-notes/5.9.0.md @@ -339,6 +339,23 @@ Released January 2, 2019 This change fixes a countable warning for users on php 7.2 with sites configured to show warnings. +- **[dev/core#337](https://lab.civicrm.org/dev/core/issues/337) Fix Search + Range for custom field of types Money, Float and Int using widget types Select and Radio + ([13314](https://github.com/civicrm/civicrm-core/pull/13314) and + [13384](https://github.com/civicrm/civicrm-core/pull/13384))** + + This fixes an issue where the search forms would not behave properly when trying + to search by range for custom fields of type Money, Float and Int where the html + widget was set to Select or Radio. + +- **[dev/core#619](https://lab.civicrm.org/dev/core/issues/619) Fix Regression + for custom contact refrence fields on address entity + ([13385](https://github.com/civicrm/civicrm-core/pull/13385))** + + This fixes a regression whereby custom fields of type contact reference when attached + to address fields were not outputting any results due to work done previously to fix + the same type of fields on on behalf of profiles. + ### CiviCase - **[dev/core#321](https://lab.civicrm.org/dev/core/issues/321) Prevent -- 2.25.1