Update Notes
This pages gives an overview over update notes.
For more important notes please see: Breaking Changes or Deprecations.
Frontend UI related
AnnotationTool - Introducing Compare Views [OG-13735]
It is now possible to compare multiple assets in AnnotationTool via the new compare view.
EAI UI - Process Controller - Process overview - Process functions [OG-14651]
Restriction
-
Multi-selection is not supported (no multi-edit, deletion etc. allowed)
Lighttable - Rating visualization with stars and filtering of rating [OG-14896]
Restriction
-
Rating is not available as a facette in OMN Search yet
Update to latest Fontawesome 6.5.1 (Nov 23) [OG-14943]
Updated fontawesome to 6.5.1, details here: https://fontawesome.com/changelog
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - Add characters [OG-14983]
Restrictions
-
in the next implementation phase it should be possible to select an option to define the exact character position where to add value (this was restricted from the ACs because it is not that intuitive to enter absolute character positions for the user and from use case point of view start and end seems to be enough)
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - Fill characters [OG-14984]
Restrictions
-
in the next implementation phase it should be possible to select an option to define the exact character position where to add filling characters (this was restricted from the ACs because it is not that intuitive to enter absolute character positions for the user and from usecase point of view start and end seems to be enough)
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - Delete characters [OG-14985]
Restrictions
-
in the next implementation phase it should be possible to select an option to define the exact character position where to delete value (this was restricted from the ACs because it is not that intuitive to enter absolute character positions for the user and from use case point of view start and end seems to be enough)
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - factor and dividend [OG-14989]
Restrictions
-
in later version it should be also possible to work with units
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - String template [OG-14991]
Restrictions
-
in first implementation the sting template transformation type can only handle $sourceattribute variables if also $map_result is needed (the result of section for source attributes and their transformation)
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Transformation - Script [OG-14992]
Restrictions
-
in first implementation the code script transformation type can only handle $sourceattribute variables if also $map_result is needed (the result of section for source attributes and their transformation) this needs to be handled in extra ticket in the future (wait for customer feedback)
EAI UI - EAI-Mapping - Mapping Editor - Map and Transform - Map attribute table widget - Preconditions [OG-14995]
Restrictions
-
In the first implementation it shouldn’t be possible to combine different comparators (like it is available for column filters)
-
precondition should be enhanced in the future so that also operators from other datatypes are supported (boolean, date, number)
-
the preconditions cannot be filtered/validated by certain data type because it is technical not clear from which datatype the source attribute is from
Accelerator oriented
UI-ConfigClient oriented
Modules - Page Plugin - External Link - General [OUCC-289]
The configuration option 'Open external link inside OMN' is currently not evaluated in the UI.
ConfigClient - Modules - Function plugin - JS Function - Javascript [OUCC-1044]
Infotexts are currently not validated on the OMN product side.
ConfigClient - Tools - 360 Degree Viewer - Views and functions [OUCC-1051]
Functions in the center view (360 Degree Viewer) can currently only be configured using the old configuration.
ConfigClient - Tools - 3DRenderer - Views and functions [OUCC-1060]
Functions in the center view (3D Renderer) can currently only be configured using the old configuration.
Modules - Content plugin - Channel Annotation view - Icon assignment - Show tab as disabled [OUCC-1067]
The icon assignment is currently not evaluated in the UI and is therefore disabled.
Modules - Function Plugin - Upload - Automation [OUCC-1127]
It is only possible to select one workflow configuration per upload plugin instance.
Data - Generic Configuration - Generic Configuration overview [OUCC-1267]
The values of the key-value pairs are currently all persisted with a STRING data type.
ConfigClient - System Configuration - Authentication - Keycloak settings [OUCC-1286]
Read-only information within the Config Client. Adjustments to the configuration must be made in Keycloak.
EAI/Core-API oriented
Make endpoint Retrieve Asset Versions public [XR-1232]
Endpoint /dam/assets/versions/retrieve is not deprecated
EAI should be able to write history entries for PIM [XR-1285]
It is now possible to write PIM histroy entries.
The property omn.eai.common.product.writehistory was added which is false by default.
In addition a new meta key was added to the products tag.
<products>
<meta>
<itm key="writeHistory">true</itm>
</meta>
</products>
The property can be seen as a default behavior. In case no meta info is set in XML, the property value will be used.
EAI should be able to write history entries for DAM without keywords [XR-1288]
MetaType is now added at AssetsType. You can controll to write DAM historie entries by the meta key writeHistory.
<assets>
<meta>
<itm key="writeHistory">true</itm>
</meta>
<!-- and so on -->
</assets>
In case no value is set in XML the property omn.eai.common.asset.writehistory will be used which is by default false.
In addition, now a delta of the values will be calculated see OMN-11004