MauroDataMapper / mdm-core

The backend of MDM
Apache License 2.0
7 stars 3 forks source link

Update security profiles to allow merge actions for main branches #459

Closed OButlerOcc closed 5 months ago

OButlerOcc commented 6 months ago

Currently a main branch of a version folder or a model cannot be merged into a branch. This is a ui problem as it functions fine as far as the back end is concerned. This update edits the allowed actions for these types of object to allow them to be merged. We add the MERGE_INTO_ACTION into the allowed admin actions for these types of model/folder, the ui then generates the merge ui for them

closes: https://github.com/MauroDataMapper/mdm-ui/issues/854