File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
99### Added
1010
11+ - Added custom icon for "Concatenate to file" operator (CMEM-6476).
1112- ` CntentGroup ` component
1213 - Manage display of a grouped content section.
1314 - Add info, actions and context annotations by using its properties.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const canonicalIcons = {
1919 "artefact-commit" : icons . Commit ,
2020 "artefact-task-deleteprojectfiles" : icons . TrashCan ,
2121 "artefact-task-downloadfile" : icons . CloudDownload ,
22+ "artefact-task-concatenatetofile" : icons . DocumentExport ,
2223 "artefact-dataset-csv" : icons . Csv ,
2324 "artefact-dataset-eccencadataplatform" : icons . DataVis_1 ,
2425 "artefact-dataset-excel" : icons . Xls ,
You can’t perform that action at this time.
0 commit comments