From 22f99408291d436704b91422dd25e03dee6ba7a6 Mon Sep 17 00:00:00 2001 From: "c8y-ui-change-log-publisher[bot]" <196040178+c8y-ui-change-log-publisher[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:32:10 +0000 Subject: [PATCH 1/4] Commited new change note --- ...sure-language-is-actually-supported-10376.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md diff --git a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md new file mode 100644 index 0000000000..449efd7d8c --- /dev/null +++ b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md @@ -0,0 +1,17 @@ +--- +date: "" +title: make sure language is actually supported (#10376) +product_area: Application enablement & solutions +change_type: + - value: change-VSkj2iV9m + label: Fix +component: + - value: component-YbYJ3gLU_ + label: Web SDK +build_artifact: + - value: tc-pjJiURv9Y + label: ui-c8y +ticket: MTM-65299 +version: 1023.4.1 +--- +Co-authored-by: Tristan Bastian \ No newline at end of file From 7ef8c02f75bacaed4b37ce0a1639be882447a67c Mon Sep 17 00:00:00 2001 From: Tristan Bastian Date: Tue, 25 Nov 2025 11:46:47 +0100 Subject: [PATCH 2/4] Apply suggestions from code review --- ...23-4-1-make-sure-language-is-actually-supported-10376.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md index 449efd7d8c..6eaf3b7f98 100644 --- a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md +++ b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md @@ -1,6 +1,6 @@ --- date: "" -title: make sure language is actually supported (#10376) +title: "Ensure user is not ending up on a blank screen in case it's preferred language was stored in an unexpected format" product_area: Application enablement & solutions change_type: - value: change-VSkj2iV9m @@ -14,4 +14,6 @@ build_artifact: ticket: MTM-65299 version: 1023.4.1 --- -Co-authored-by: Tristan Bastian \ No newline at end of file +In some cases, the user preferred language was stored in an unexpected format on the user object (as an object instead of a string). The UI implementation expected a string and was not able to handle an object instead. For an object, it then failed to initialize the application and the user ended up on a blank screen. + +This behavior has been adjusted and the application will initialize in these cases as expected. \ No newline at end of file From 36770433e1abcdfd89ce3e6b23b2d5fd47f68cef Mon Sep 17 00:00:00 2001 From: Tristan Bastian Date: Tue, 25 Nov 2025 16:16:43 +0100 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Rahul Talreja <116082992+rahulc8y@users.noreply.github.com> Co-authored-by: Beate Rixen <90445236+BeateRixen@users.noreply.github.com> --- ...1023-4-1-make-sure-language-is-actually-supported-10376.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md index 6eaf3b7f98..18d4fd0c85 100644 --- a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md +++ b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md @@ -1,6 +1,6 @@ --- date: "" -title: "Ensure user is not ending up on a blank screen in case it's preferred language was stored in an unexpected format" +title: "Prevent blank screen when preferred language is stored in an invalid format" product_area: Application enablement & solutions change_type: - value: change-VSkj2iV9m @@ -14,6 +14,6 @@ build_artifact: ticket: MTM-65299 version: 1023.4.1 --- -In some cases, the user preferred language was stored in an unexpected format on the user object (as an object instead of a string). The UI implementation expected a string and was not able to handle an object instead. For an object, it then failed to initialize the application and the user ended up on a blank screen. +In some cases, the user's preferred language was stored in an unexpected format in the user object (as an object instead of a string). The UI implementation expected a string and couldn't handle an object. As a result, initializing of the application failed, and the user ended up on a blank screen. This behavior has been adjusted and the application will initialize in these cases as expected. \ No newline at end of file From 50c1a9bc62957bbd0a64676fbce8ccc7dcc6e15b Mon Sep 17 00:00:00 2001 From: Beate Rixen <90445236+BeateRixen@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:06:06 +0100 Subject: [PATCH 4/4] Update content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md --- ...y-1023-4-1-make-sure-language-is-actually-supported-10376.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md index 18d4fd0c85..950a5e648b 100644 --- a/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md +++ b/content/change-logs/application-enablement/ui-c8y-1023-4-1-make-sure-language-is-actually-supported-10376.md @@ -14,6 +14,6 @@ build_artifact: ticket: MTM-65299 version: 1023.4.1 --- -In some cases, the user's preferred language was stored in an unexpected format in the user object (as an object instead of a string). The UI implementation expected a string and couldn't handle an object. As a result, initializing of the application failed, and the user ended up on a blank screen. +In some cases, the user's preferred language was stored in an unexpected format in the user object (as an object instead of a string). The UI implementation expected a string and couldn't handle an object. As a result, initializing of the UI application failed, and the user ended up on a blank screen. This behavior has been adjusted and the application will initialize in these cases as expected. \ No newline at end of file