macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Fix for issue #24 #33

Closed ZieClaw closed 6 years ago

ZieClaw commented 6 years ago

When adding configurable products Magmi would throw a error because the magmi code was still checking for the old model eav/entity_attribute_source_table instead of Magento\Eav\Model\Entity\Attribute\Source\Table

I have added the new model instead of replacing it, perhaps its possible to remove it all together but I didn't test this.