Releases: danslo/ApiImport
Releases · danslo/ApiImport
fixes backend import
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.
minor bugfixes for category import
1.1.3 misc category refactoring
fix import with flat category enabled
fix category import when flat catalog is enabled We should always grab the actual entity table instead of using getEntityTable on the resource, because that doesn't exist for flat resource. Closes #26
minor bugfixes, localization of bundle titles
1.1.1 check if EcomDev_UrlRewrite is installed before loading model instance
throw error in the web API if we encountered errors during the import
1.1.0 throw error in the web API if we encountered errors during the import.
initial release
Merge pull request #12 from bragento/master Preventing Error if $categoryTableTmp already exists