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:
parent
e730f92584
commit
54c3ac9b46
2 changed files with 46 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue