Fix a bug in the MigrationLookup migration.

The migrations with ID were being skipped by the MigrationLookup plugin.

More info here: https://www.drupal.org/project/drupal/issues/2751825
This commit is contained in:
David Valdez 2018-09-05 21:18:29 -05:00
parent e730f92584
commit 54c3ac9b46
2 changed files with 46 additions and 2 deletions

View file

@ -9,7 +9,7 @@ source:
process:
pid:
-
plugin: migration_lookup
plugin: migration_lookup_with_zero
migration: agaric_comment
source: pid
no_stub: true
@ -37,7 +37,7 @@ process:
subject: subject
uid:
-
plugin: migration_lookup
plugin: migration_lookup_with_zero
migration: agaric_user
source: uid
no_stub: true