For entities using entity keys defined from the source, the current plugin fails as it assumes that the entity is being updated and not created.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras.entityapi.1944118.patch | 1.28 KB | hernani |
For entities using entity keys defined from the source, the current plugin fails as it assumes that the entity is being updated and not created.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | migrate_extras.entityapi.1944118.patch | 1.28 KB | hernani |
Comments
Comment #1
hernani commentedThe following patch solves the issue by allowing the migration classes to indicate that the created entity is new.
Comment #2
neruda001 commentedIt works great!
Thank you!