Closed (won't fix)
Project:
Migrate Extras
Version:
6.x-1.x-dev
Component:
Content Profile
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2010 at 23:45 UTC
Updated:
23 Jun 2011 at 23:11 UTC
content_profile.migrate.inc implements hook_migrate_complete_user() in which it checks $row for the source value and failing that, uses the default value entered. This breaks the functionality where other modules may modify the source value in another prepare user or complete user hook. i.e. using the table mapping or default value is incorrect. It should instead check the $account object for the source value.
Attached patch fixes this.
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| content_profile_complete_user.patch | 811 bytes | stella |
Comments
Comment #1
mikeryanMigrate and Migrate Extras V1 are no longer supported.