File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
AdvancedPricingImportExport/Controller/Adminhtml/Export
CatalogImportExport/Model/Export/Product/Type Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public function execute()
34
34
/** @var $export \Magento\ImportExport\Model\Export */
35
35
$ export = $ this ->_objectManager ->create (\Magento \ImportExport \Model \Export::class);
36
36
$ export ->setData ($ data );
37
- $ export -> filterAttributeCollection (
38
- $ attrFilterBlock -> prepareCollection ($ export ->getEntityAttributeCollection ())
37
+ $ attrFilterBlock -> prepareCollection (
38
+ $ export -> filterAttributeCollection ($ export ->getEntityAttributeCollection ())
39
39
);
40
40
return $ resultLayout ;
41
41
} catch (\Exception $ e ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ class Simple extends \Magento\CatalogImportExport\Model\Export\Product\Type\Abst
33
33
protected $ _disabledAttrs = [
34
34
'old_id ' ,
35
35
'tier_price ' ,
36
- 'category_ids ' ,
37
36
'has_options ' ,
38
37
'is_returnable ' ,
39
38
'required_options ' ,
You can’t perform that action at this time.
0 commit comments