Skip to content

Commit c35bee7

Browse files
committed
#9428: 2.1.6 Receive 500 error when want export Low Stock Report
1 parent e468e34 commit c35bee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Reports/view/adminhtml/layout/reports_report_product_exportlowstockcsv.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<update handle="reports_report_product_lowstock_grid"/>
1010
<body>
11-
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Export CSV"/>
11+
<block class="Magento\Backend\Block\Widget\Grid\Container" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
1212
</body>
1313
</page>

app/code/Magento/Reports/view/adminhtml/layout/reports_report_product_exportlowstockexcel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
99
<update handle="reports_report_product_lowstock_grid"/>
1010
<body>
11-
<container name="adminhtml.block.report.product.lowstock.grid.container" label="Excel XML"/>
11+
<block class="Magento\Backend\Block\Widget\Grid\Container" name="adminhtml.report.grid.container" template="Magento_Backend::widget/grid/container/empty.phtml"/>
1212
</body>
1313
</page>

0 commit comments

Comments
 (0)