MauroDataMapper/mdm-ui

Make the bulk-editor tool work for terms in a terminology or a codeset

Closed this issue · 3 comments

At the moment, the bulk editor only works for DEs within a DM. It would be nice if we can get it working for Terms within a Terminology, and within a CodeSet

It would be worth checking first if mdm-core can support bulk edit of profiles for items that are not Data Elements. As far as I have understood it, it should be possible but needs to be tested. I've applied the "backend needed" label for now to have this verified before any further work starts.

Please see MauroDataMapper/mdm-core#329 which describes the backend verification.

PR MauroDataMapper/mdm-core#331 adds backend tests which verify that the existing bulk editing endpoints do work for editing the profiles on terms.

This has been completed whilst I worked on #594. As the UI was changed to support different domain types, I tested that the backend changes worked as expected.