Problem/Motivation
The do_process/else_process features were recently added to the if_condition process plugin.
I was using these new features and discovered that the pipelines under do_process/else_process do not have access to exisitng destination properties. Let's fix that!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_conditions--if-bug--3275329--2.patch | 2.44 KB | danflanagan8 |
Comments
Comment #2
danflanagan8Here's a fix with test coverage.
We don't need to create a new row. We want to use the existing row so that we can get at destination properties.
Comment #4
danflanagan8