We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fc03 commit d8509feCopy full SHA for d8509fe
app/code/Magento/AdvancedPricingImportExport/Controller/Adminhtml/Export/GetFilter.php
@@ -34,8 +34,8 @@ public function execute()
34
/** @var $export \Magento\ImportExport\Model\Export */
35
$export = $this->_objectManager->create(\Magento\ImportExport\Model\Export::class);
36
$export->setData($data);
37
- $attrFilterBlock->prepareCollection(
38
- $export->filterAttributeCollection($export->getEntityAttributeCollection())
+ $export->filterAttributeCollection(
+ $attrFilterBlock->prepareCollection($export->getEntityAttributeCollection())
39
);
40
return $resultLayout;
41
} catch (\Exception $e) {
0 commit comments