Closed (fixed)
Project:
Email Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2012 at 21:54 UTC
Updated:
6 Jun 2013 at 09:50 UTC
It's a long story, but due to fatal errors in certain environments triggered by Migrate's automated registration of migration and handler classes, as of Migrate 2.5 it will be possible to disable auto-registration, and any module implementing migration or handler classes should explicitly register them via hook_migrate_api() to continue working when auto-registration is disabled. Adding this registration will have no effect with Migrate 2.4 or earlier.
| Comment | File | Size | Author |
|---|---|---|---|
| migrate_class_registration_email.patch | 369 bytes | mikeryan |
Comments
Comment #1
mxtI can confirm that this patch works very well.
Can this be committed please?
Thank you very much
Comment #2
wilei commentedActually this is bug. Just because without provided patch Migrate cannot migrate any data to email fields, if Migrate v. 2.5 or later is used.
Comment #3
mh86 commentedPatch is committed!
Thanks for the patch and the testing :-)