I know this package hasn't been touched in a while, however I just found it and it has been very useful for migrating some content between an old Umbraco 6 install and Umbraco 7 for us.
One thing I was wondering however is if it's possible to automate a change to the template for selected document types after your import.
It's my understanding that the new nodes created by uMirror are created with the document type's default template. Is it possible for these nodes to somehow be set to a different template instead?
I've tried using a proxy to change the template ID but it seems that template ID gets ignored during the import... and fair enough since the ID would almost certainly be different between umbraco versions...
Changing templateID after import
I know this package hasn't been touched in a while, however I just found it and it has been very useful for migrating some content between an old Umbraco 6 install and Umbraco 7 for us.
One thing I was wondering however is if it's possible to automate a change to the template for selected document types after your import.
It's my understanding that the new nodes created by uMirror are created with the document type's default template. Is it possible for these nodes to somehow be set to a different template instead?
I've tried using a proxy to change the template ID but it seems that template ID gets ignored during the import... and fair enough since the ID would almost certainly be different between umbraco versions...
It's alright, I worked it out! Found the Syncronizer.change_sync event was being fired on import and switched the template there. yay.
is working on a reply...