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.

CommentFileSizeAuthor
#1 migrate_extras.entityapi.1944118.patch1.28 KBhernani

Comments

hernani’s picture

StatusFileSize
new1.28 KB

The following patch solves the issue by allowing the migration classes to indicate that the created entity is new.

neruda001’s picture

It works great!

Thank you!