MauroDataMapper/mdm-ui

Default Profile settings on Data Model for all items in the hierarchy

Closed this issue · 0 comments

Description

In the 7.1.0 version of the UI, when assigning a default custom profile, it was no longer possible to set the default profiles for all items in the hierarchy on the Data Model Other Properties screen, because the keys are required to be 'namespace', 'name' and 'version'.

Our users would like a simplified data entry, where they can set default profiles for Model, Class and Elements in the hierarchy on the Data Model Other Properties screen. This would be enabled by using a new boolean Admin Config called ui.default.profile.simplified_entry.

Additional context

Current setting of a default profile:

namespace key value
default.profile name Custom Model Profile
default.profile namespace Custom Model Profile Namespace
default.profile version 1.0.0

Simplified setting of a default profile for items in the hierarchy

namespace key value
default.profile model Custom Model Profile/1.0.0
default.profile class Custom Class Profile/1.0.0
default.profile element Custom Element Profile/1.0.0