Problem/Motivation

There is some support for migrating comment_notify settings for each comment (from #1717496: Migrate module support), but not for migrating user settings.

Proposed resolution

Add another destination handler for users to support migrating node_notify and comment_notify fields on users. I am attaching a patch for this as soon as I test it.

User interface changes

None

API changes

hook_migrate_api() now needs to specify all destination handlers provided by the module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hussainweb’s picture

Status: Active » Needs review
FileSize
2.09 KB

Here is the patch as promised. I tested it and it works properly.