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()
3434 /** @var $export \Magento\ImportExport\Model\Export */
3535 $ export = $ this ->_objectManager ->create (\Magento \ImportExport \Model \Export::class);
3636 $ export ->setData ($ data );
37- $ export -> filterAttributeCollection (
38- $ attrFilterBlock -> prepareCollection ($ export ->getEntityAttributeCollection ())
37+ $ attrFilterBlock -> prepareCollection (
38+ $ export -> filterAttributeCollection ($ export ->getEntityAttributeCollection ())
3939 );
4040 return $ resultLayout ;
4141 } 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
3333 protected $ _disabledAttrs = [
3434 'old_id ' ,
3535 'tier_price ' ,
36- 'category_ids ' ,
3736 'has_options ' ,
3837 'is_returnable ' ,
3938 'required_options ' ,
You can’t perform that action at this time.
0 commit comments