Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
13 Jul 2011 at 23:53 UTC
Updated:
28 Jul 2011 at 00:14 UTC
See http://drupal.org/node/552398#comment-4681844 - is_new is not included in the field list for users in D7. It can still be used:
$this->addFieldMapping('is_new')
->defaultValue(TRUE);
it'll just generate warnings in the UI.
Comments
Comment #1
mikeryanCommitted.