From a137f79fc4d408077b68bcb3ab96efa4213960c2 Mon Sep 17 00:00:00 2001 From: gen-App-Enablement <116799980+gen-App-Enablement@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:32:20 +0100 Subject: [PATCH 1/3] Commited new change note --- ...-remove-scripts-from-the-svg-in-the-scada.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md diff --git a/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md new file mode 100644 index 0000000000..8d7e7dc544 --- /dev/null +++ b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md @@ -0,0 +1,17 @@ +--- +date: "" +title: fix: do not remove scripts from the svg in the scada widget when none option is set (#7397) (#7463) +product_area: Application enablement & solutions +change_type: + - value: change-VSkj2iV9m + label: Fix +component: + - value: component-YdSEScrEC + label: Cockpit +build_artifact: + - value: tc-pjJiURv9Y + label: ui-c8y +ticket: MTM-61415 +version: 1021.0.2 +--- +fix: do not remove scripts from the svg in the scada widget when none option is set (#7397) (#7463) \ No newline at end of file From 43fef3d7fc7e4571e7979a598859371111b2ab83 Mon Sep 17 00:00:00 2001 From: Dawid Janusz <96060763+DawidSAG@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:06:10 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: gen-App-Enablement <116799980+gen-App-Enablement@users.noreply.github.com> --- ...0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md index 8d7e7dc544..07dcc4cfc6 100644 --- a/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md +++ b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md @@ -1,6 +1,6 @@ --- date: "" -title: fix: do not remove scripts from the svg in the scada widget when none option is set (#7397) (#7463) +title: script tags are preserved in SCADA widget when 'none' option is selected product_area: Application enablement & solutions change_type: - value: change-VSkj2iV9m @@ -14,4 +14,4 @@ build_artifact: ticket: MTM-61415 version: 1021.0.2 --- -fix: do not remove scripts from the svg in the scada widget when none option is set (#7397) (#7463) \ No newline at end of file +SCADA widget preserves script tags when 'none' option is selected. \ No newline at end of file From 2591358d16357a8a1c1481967491de8a39a29a46 Mon Sep 17 00:00:00 2001 From: Dawid Janusz <96060763+DawidSAG@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:57:30 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Beate Rixen <90445236+BeateRixen@users.noreply.github.com> --- ...0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md index 07dcc4cfc6..672be98ead 100644 --- a/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md +++ b/content/change-logs/application-enablement/ui-c8y-1021-0-2-fix-do-not-remove-scripts-from-the-svg-in-the-scada.md @@ -1,6 +1,6 @@ --- date: "" -title: script tags are preserved in SCADA widget when 'none' option is selected +title: Script tags are preserved in SCADA widgets product_area: Application enablement & solutions change_type: - value: change-VSkj2iV9m @@ -14,4 +14,4 @@ build_artifact: ticket: MTM-61415 version: 1021.0.2 --- -SCADA widget preserves script tags when 'none' option is selected. \ No newline at end of file +The SCADA widget now preserves script tags if the code sanitization option is set to "none". \ No newline at end of file