summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-08-19 20:34:45 +0100
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2024-08-21 11:15:23 +0000
commit8d6f9eb63315fc77e85ace9ddca7f2017da7e115 (patch)
treeeb3837461efe6bb5ae8278bf7a7b7d796ee996e5 /docs
parent580fb73de1a1647abfcae156455fd4d299c2907f (diff)
[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 <daniel.hanrahan@est.tech> Change-Id: I44e536cf87a31c6e975a82ed37769c1d2548653a
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.rst1
1 files changed, 1 insertions, 0 deletions
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 <https://jira.onap.org/browse/CPS-2306>`_ Update response message for data validation failure and make it consistent across APIs
- `CPS-2319 <https://jira.onap.org/browse/CPS-2319>`_ Fix "Create a node" and "Add List Elements" APIs response code
+ - `CPS-2372 <https://jira.onap.org/browse/CPS-2372>`_ Blank alternate ID overwrites existing one
Features
--------