To support #1826112: Wizard framework, we need to store field mappings made through the UI, to be applied when instantiating migrations thus dynamically defined. So, we need a db table to store them, and to work out how db-defined field mappings related to code-defined field mappings, with an eye towards ultimately having migrations as features (i.e., exporting a migration definition configured through the UI as code, overrridable through the UI).

Comments

mikeryan’s picture

Issue tags: +Migrate 2.6

Tagging for 2.6.

mikeryan’s picture

Status: Active » Fixed

OK, this seems stable enough to close out (it's in the wizard_api branch).

Automatically closed -- issue fixed for 2 weeks with no activity.