From f8169784fd1d42528e925330f545b336cbae19b6 Mon Sep 17 00:00:00 2001 From: arausly Date: Wed, 12 Nov 2025 10:51:49 +0100 Subject: [PATCH 1/2] added more icons --- src/components/Icon/canonicalIconNames.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/Icon/canonicalIconNames.tsx b/src/components/Icon/canonicalIconNames.tsx index 5c1897d5..0f9401cc 100644 --- a/src/components/Icon/canonicalIconNames.tsx +++ b/src/components/Icon/canonicalIconNames.tsx @@ -25,6 +25,17 @@ const canonicalIcons = { "artefact-task-concatenatetofile": icons.DocumentExport, "artefact-task-sqlupdatequeryoperator": icons.Sql, "artefact-task-customsqlexecution": icons.Sql, + "artefact-task-multitablemerge": icons.JoinFull, + "artefact-task-jsonparseroperator": icons.JsonReference, + "artefact-task-searchaddresses": icons.SearchLocate, + "artefact-task-sparkfunction": icons.Flash, + "artefact-task-eccencadataplatformgraphstorefileuploadoperator": icons.Upload, + "artefact-task-xsltoperator": icons.TransformCode, + "artefact-task-distinctby": icons.Filter, + "artefact-task-template": icons.Template, + "artefact-task-merge": icons.Connect, + "artefact-task-scheduler": icons.EventSchedule, + "artefact-task-sendemail": icons.Email, "artefact-dataset-csv": icons.Csv, "artefact-dataset-eccencadataplatform": icons.DataVis_1, "artefact-dataset-excel": icons.Xls, From 94944969a9a96dbe6f944655d7405156a082e77e Mon Sep 17 00:00:00 2001 From: arausly Date: Wed, 12 Nov 2025 10:57:56 +0100 Subject: [PATCH 2/2] added change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2a0bfc..47b9424d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ This is a major release, and it might be not compatible with your current usage - Add `ModalContext` to track open/close state of all used application modals. - Add `modalId` property to give a modal a unique ID for tracking purposes. - `preventReactFlowEvents`: adds 'nopan', 'nowheel' and 'nodrag' classes to overlay classes in order to prevent react-flow to react to drag and pan actions in modals. +- Added more icons for build tasks (CMEM-6898) ### Removed