Update Notes
This pages gives an overview over update notes.
For more important notes please see: Breaking Changes or Deprecations.
Frontend UI-related
Article Briefing - Possibility to see function 'Unlink all references' only if configured [OG-15860]
Unlink all references function can be configured now
User settings - User Profile - Token Copy Improvements [OG-15729]
Show notification when the token is copied successfully.
Reporting - form for report parameters - Show configured enum sql parameter from generic report [OG-15672]
in first implementation the dropdown should only support single select, later on it might be configurable if the dropdown should also support multi-select
ShoppingCart - Left view - Download icon to visualize download has been executed and to reach download link again [OG-15639]
If the new Configuration Client is configured to make the download unavailable after the first download, clicking the icon will immediately hide, regardless of whether the user selects cancel or save. To make the icon available again, the user must execute the function again. Also, if the download is via a link via email, then the user will also need to update the tree manually, because we cannot check in real time whether the file has been downloaded or not.
Show in Navigation - Open navigation node according to configuration (via user decision or via configured navigation node) [OG-15495]
popups need to be allowed in the internet browser settings for this functionality
EAI UI - Export - Export Profiles - Right View Functions [OG-15394]
"Jump to Process History" function will be available later
EAI UI - Export - Selectors [OG-15319]
in first implementation the focus is on products, all other object types will not be covered for now
FS Navigation - Content Views - Functions to add, edit and delete keywords [OG-14966]
the functions 'Unlink keyword assets' and 'Keyword ACLs' are already configurable
Dashboard - Share function [OG-12301]
Exclusion:
The sharing user does not get any info about which dashboard he has already shared with which user.
Login - Select system language [OG-11229]
Keycloak only supports a predefined list of languages which cannot be extended by configuration yet
For the case, that OMN System languages are configured which are not supported, the login page will only show supported languages from Keycloack.
In version 6.4. it is not possible to hide specific configured UI System languages in login page (example: OMN has 3 configured UI System languages, Login Page should only show one of them - this will be treated in a later release and separate requirement
Server oriented
Login Authentication failed [OMN-11768]
Append retry logic on OMN side for avoiding the LDAP connection failure on the first time in some special cases.
PreviewWidget in Project-FSTable does not show preview [OMN-11668]
Show the inherited previews of PEOs
Accelerator
UI-Configuration Client oriented
Security - Permissions - Configuration - Functions - New permission items - Copy / Move asset to keyword [OUCC-1953]
in the first implementation the functions ‘Copy asset to keyword' and 'Move asset to keyword’ can be restricted by roles only
Security - Permissions - Configuration - Functions - New permission item - Move keyword node (left tree) [OUCC-1952]
in the first implementation the 'Move keyword node (left tree)' can be restricted by roles only
ConfigClient - Application plugin - PIM2 - General [OUCC-1937]
-
The ‘Tags configuration’ will be part of the Data Sidebaritem in new CC
-
The following configuration options won’t be overtaken to new CC: Use RWX access rights, Direct mode, Max product for synchronous data loading
Modules - Content plugin - ChannelWorkflowView - General [OUCC-1881]
The following functionality is being removed:
-
Parameter "Workflow engine type" removed
-
Auto-expand collapse workflows removed
-
Parameter "Allow set deadlines" removed
Modules - Function plugin - GenericReport - General - Table widget - Table columns for center view [OUCC-1757]
search in table widget will be implemented later
Modules - Function plugin - GenericReport - General - Table widget - SQL parameters for user input [OUCC-1756]
search in table widget will be implemented later
Modules - Function plugin - Download Provider - General [OUCC-1742]
Automatically remove temp folder is not overtaken to new CC
Tools - BulkEditor - Functions [OUCC-1675]
The configuration of JSFunction function plugin will be supported in a later version.
Modules - Page plugin - Shopping cart - Views and Functions [OUCC-1651]
Some panel functions won’t be overtaken
-
left view functions
-
View details
-
Refresh
-
Rename download link
-
Download archive
-
Remove monitor
Modules - Page plugin - Shopping cart - General [OUCC-1650]
Some parameter won’t be overtaken to new CC
-
Activate
-
Shopping cart mode
-
Approve Process
Data - Attributes - Object Type Assets - DAM subobject types and specialisations [OUCC-1636]
Added possibility to see attributes for the specific subobject type or specialisation from the tree
Modules - Plugin Instances - General Layout - Improvement for table row function 'Open plugin configuration' to open tab in viewport [OUCC-1569]
Added functionality to open tab in the tree viewport
Security - Permissions - Configuration - Tools [OUCC-1517]
the following editors are not available as sidebar items because there are no permission items available currently
-
Mapping Editor
-
Usage History
Security - Permissions - Configuration - Attributes [OUCC-1514]
Added possibility to edit rule permissions
Data - Attributes - Object Type Assets - DnD behavior to assign DAM attributes to sub object types and specialisations [OUCC-1469]
Added DnD functionality to assign attribute(s) to specific Object Type or Specialisation
Data - Attributes - Object Type Assets - Delete specialisation [OUCC-1468]
Added possibility to delete specialisation via function in the left panel
Data - Attributes - Object Type Assets - Create specialisation [OUCC-1466]
Added possibility to create specialisation via function in the left panel
Security - Permissions - Configuration - Sidebar [OUCC-1308]
The configuration tree in the central view can be retrieved via OCA endpoint: {{baseUrl}}/mandator-settings/omn/sidebar
Security - Rules [OUCC-1306]
The list with available rules is now visible under Rules tab of Security page
Security - Permissions [OUCC-1305]
The permission structure for checkin won’t be overtaken to new CC
ConfigClient - Tools - ArticleBriefing - Views and Functions - Table widget for view configuration [OUCC-1173]
A simple mode will be implemented later
ConfigClient - Tools - ArticleBriefing - Assets [OUCC-1162]
functionality "Products details editor" removed
Modules - Function Plugin - Show in Channel Navigation - General [OUCC-1018]
Added page to configure which channel management navigation the function plugin Channel Management starter should open by click on the function in the UI
OMN Workflow and Integrations oriented
EAI/Core-API oriented
Inherited values will not be exported correct for PEO [XR-1401]
Language dependent values from parent were not send to PEO in case min 1 value was set on a child level.
Result before change <val attr="description" type="localized"> <itm loc="de_DE">Value from article</itm> </val>
Result after change <val attr="description" type="localized"> <itm loc="en_GB">Value from product</itm> <itm loc="de_DE">Value from article</itm> </val>