Problem/Motivation
This works:
uid:
-
plugin: if_condition
source: node_ui
condition:
plugin: in_array
value:
- 0
- 1
else_process:
plugin: migration_lookup
migration: user
This doesn't
uid:
-
plugin: get
source: node_uid
-
plugin: if_condition
condition:
plugin: in_array
value:
- 0
- 1
else_process:
plugin: migration_lookup
migration: user
Proposed resolution
Fix it!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_conditions--if-condition--3276539--2.patch | 3.96 KB | danflanagan8 |
| #2 | migrate_conditions--if-condition--3276539--2--FAIL.patch | 1.85 KB | danflanagan8 |
Comments
Comment #2
danflanagan8Thank goodness for my existing test cases. This one was nasty. I kept blowing stuff up.
Comment #5
danflanagan8