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

CommentFileSizeAuthor
content_profile_complete_user.patch811 bytesstella

Comments

mikeryan’s picture

Status: Needs review » Closed (won't fix)

Migrate and Migrate Extras V1 are no longer supported.