Problem/Motivation
When saving a comment entity it might not be aware of what entity it is a comment on -- yet. This is the case when migrate is saving a stub entity because the parent entity is not yet migrated.
Proposed resolution
Only pick up a referenced entity if there is one.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2207907_1.patch | 711 bytes | chx |
Comments
Comment #1
chx commentedComment #2
chx commentedComment #3
larowlanWorks for me
Comment #4
wim leerslgtm :)
Comment #5
catchYeah OK. Committed/pushed to 8.x, thanks!