Skip to content

Commit 22d8db4

Browse files
committed
MAGETWO-83094: Products Orderd Report exported CSV is empty
1 parent acfceb8 commit 22d8db4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Block/Widget/Grid

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Block/Widget/Grid/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function getExportButtonHtml()
190190
public function addExportType($url, $label)
191191
{
192192
$this->_exportTypes[] = new \Magento\Framework\DataObject(
193-
['url' => $this->getUrl($url, ['_current' => true]), 'label' => $label]
193+
['url' => $this->getUrl($url, ['_current' => true, '_escape_params' => false]), 'label' => $label]
194194
);
195195
return $this;
196196
}

0 commit comments

Comments
 (0)