Patch will be attached.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

super_romeo created an issue. See original summary.

super_romeo’s picture

Status: Active » Needs review
FileSize
678 bytes
heddn’s picture

For posterity, can we explain the implications and problems with not resetting $migration_details in the IS?

super_romeo’s picture

Sure.
E.g. in this "foreach" there is:

if (isset($plugin_definition['field_plugin_method'])) {
  $migration_details['field_plugin_method'] = $plugin_definition['field_plugin_method'];
}

This "if" sets $migration_details element. And this element is wrongly used in next migration.
In my case, at the "field_instance"-migration ['field_plugin_method'] element is added. And it still wrongly exists till "user"-migration.

  • heddn committed de75e69 on 8.x-3.x authored by super_romeo
    Issue #3080795 by super_romeo, heddn: $migration_details never emptied
    
heddn’s picture

Status: Needs review » Fixed

Thanks for your contributions and the follow-up note why...

super_romeo’s picture

:) You are welcome.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.