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 d562215 commit 2633ccfCopy full SHA for 2633ccf
app/code/Magento/Sales/etc/adminhtml/di.xml
@@ -49,7 +49,7 @@
49
</arguments>
50
<plugin name="orderGridExportFilterColumnPlugin" type="Magento\Sales\Plugin\Model\Export\OrderGridExportFilterColumn"/>
51
</type>
52
- <type name="Magento\Framework\View\Element\UiComponent\DataProvider\SearchResult">
+ <type name="Magento\Sales\Model\ResourceModel\Order\Grid\Collection">
53
<plugin name="orderGridCollectionFilterPlugin" type="Magento\Sales\Plugin\Model\ResourceModel\Order\OrderGridCollectionFilter"/>
54
55
<type name="Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\DataProvider\ProductCollection">
0 commit comments