Skip to content

Commit a84e798

Browse files
committed
MC-33499: Grid Filter not working for Scheduled Export when selected any kind of Entity Type
1 parent abc7a92 commit a84e798

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/AdvancedPricingImportExport/Controller/Adminhtml/Export

1 file changed

+1
-1
lines changed

app/code/Magento/AdvancedPricingImportExport/Controller/Adminhtml/Export/GetFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function execute()
3636
$export->setData($data);
3737
$export->filterAttributeCollection(
3838
$attrFilterBlock->prepareCollection($export->getEntityAttributeCollection())
39-
)->clear();
39+
);
4040
return $resultLayout;
4141
} catch (\Exception $e) {
4242
$this->messageManager->addErrorMessage($e->getMessage());

0 commit comments

Comments
 (0)