From 8d6f9eb63315fc77e85ace9ddca7f2017da7e115 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Mon, 19 Aug 2024 20:34:45 +0100 Subject: [BUG] Blank alternateId overwrites existing During CM-handle update, a blank "" alternateId will overwrite an already-set alternateId. Additionally during registration, if an alternateId consisting of whitespace is supplied, it will be persisted with whitespace. This fixes both issues by using isBlank/isNotBlank consistently. Issue-ID: CPS-2372 Signed-off-by: danielhanrahan Change-Id: I44e536cf87a31c6e975a82ed37769c1d2548653a --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 08d1ac4c48..829b28a781 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -41,6 +41,7 @@ Bug Fixes 3.5.2 - `CPS-2306 `_ Update response message for data validation failure and make it consistent across APIs - `CPS-2319 `_ Fix "Create a node" and "Add List Elements" APIs response code + - `CPS-2372 `_ Blank alternate ID overwrites existing one Features -------- -- cgit 1.2.3-korg