Skip to content

Commit

Permalink
Grid Export rendered data is not reflecting in the exported File, Dis…
Browse files Browse the repository at this point in the history
…played ID instead of Rendered Label #25963.

Removed deprecated class.
  • Loading branch information
novikor committed Jan 31, 2020
1 parent b117b0c commit 4a78ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.

This file was deleted.

6 changes: 6 additions & 0 deletions app/code/Magento/Sales/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,12 @@
</argument>
</arguments>
</type>
<virtualType name="Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection" type="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
<arguments>
<argument name="mainTable" xsi:type="string">sales_invoice_grid</argument>
<argument name="resourceModel" xsi:type="string">Magento\Sales\Model\ResourceModel\Order\Invoice</argument>
</arguments>
</virtualType>
<type name="Magento\Sales\Model\Order\Config">
<arguments>
<argument name="state" xsi:type="object">Magento\Framework\App\State\Proxy</argument>
Expand Down

0 comments on commit 4a78ca5

Please sign in to comment.