Migrating obsolete data types wrapped in Vorto editors
Hi folks, I'm currently working with a v7.x project which is being upgraded (migrated) to v8. Before this can happen, we need to migrate data which is using obsolete data types to the newer versions (e.g. Umbraco.RelatedLinks -> Umbraco.RelatedLinks2).
We've made use of the open source ProWorks package (Our.Umbraco.Migration) to migrate standard data types to the newer equivalents, which seems to have converted ok, however this doesn't work for data wrapped in a Vorto property editor.
The ProWorks package has a migrator class for Imulus.Archetype, which seems to behave in a similar way, in that it wraps standard editors (viewable here), but we can't see how to add similar behaviour for Vorto, or if perhaps there is already a migrator out there? Does anyone have any suggestions or experience in this area?
Migrating obsolete data types wrapped in Vorto editors
Hi folks, I'm currently working with a v7.x project which is being upgraded (migrated) to v8. Before this can happen, we need to migrate data which is using obsolete data types to the newer versions (e.g.
Umbraco.RelatedLinks
->Umbraco.RelatedLinks2
).We've made use of the open source ProWorks package (Our.Umbraco.Migration) to migrate standard data types to the newer equivalents, which seems to have converted ok, however this doesn't work for data wrapped in a Vorto property editor.
The ProWorks package has a migrator class for
Imulus.Archetype
, which seems to behave in a similar way, in that it wraps standard editors (viewable here), but we can't see how to add similar behaviour for Vorto, or if perhaps there is already a migrator out there? Does anyone have any suggestions or experience in this area?Thanks, Tom
is working on a reply...