Skip to content

fixes backend import

Latest
Compare
Choose a tag to compare
@danslo danslo released this 17 Mar 14:07
· 8 commits to master since this release
fix backend import functionality

Because ApiImport prevents rewrites, we don't force an entity model
across the system. This is fine when doing manual programmatic imports
but the Mage_ImportExport admin controller does its own setup of these
models.

Since the bundle module requires access to a protected property and
the Mage_ImportExport_Model_Entity_Product class doesn't expose it
publicly, we have to fetch it using reflection instead.

Closes #30.