Closed (fixed)
Project:
Drupal core
Version:
8.8.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Aug 2019 at 07:56 UTC
Updated:
2 Sep 2019 at 04:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quietone commentedAnd a test. The source plugin is modified to remove an unnecessary line.
Comment #3
quietone commentedComment #4
gábor hojtsyYay thanks!
Verified that the isNotNull() was superfluous because the code continues to inner join on locales target and a null value will never satisfy that inner join.
Comment #5
larowlanComment #6
larowlanCommitted 6f1111f and pushed to 8.8.x. Thanks!