Skip to content

Commit 07be698

Browse files
committed
Added creditmemo, shipment, invoice grid plugin
1 parent 2633ccf commit 07be698

File tree

1 file changed

+9
-0
lines changed
  • app/code/Magento/Sales/etc/adminhtml

1 file changed

+9
-0
lines changed

app/code/Magento/Sales/etc/adminhtml/di.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
<type name="Magento\Sales\Model\ResourceModel\Order\Grid\Collection">
5353
<plugin name="orderGridCollectionFilterPlugin" type="Magento\Sales\Plugin\Model\ResourceModel\Order\OrderGridCollectionFilter"/>
5454
</type>
55+
<type name="Magento\Sales\Model\ResourceModel\Order\Invoice\Grid\Collection">
56+
<plugin name="invoiceGridCollectionFilterPlugin" type="Magento\Sales\Plugin\Model\ResourceModel\Order\OrderGridCollectionFilter"/>
57+
</type>
58+
<type name="Magento\Sales\Model\ResourceModel\Order\Creditmemo\Order\Grid\Collection">
59+
<plugin name="creditmemoGridCollectionFilterPlugin" type="Magento\Sales\Plugin\Model\ResourceModel\Order\OrderGridCollectionFilter"/>
60+
</type>
61+
<type name="Magento\Sales\Model\ResourceModel\Order\Shipment\Order\Grid\Collection">
62+
<plugin name="shipmentGridCollectionFilterPlugin" type="Magento\Sales\Plugin\Model\ResourceModel\Order\OrderGridCollectionFilter"/>
63+
</type>
5564
<type name="Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\DataProvider\ProductCollection">
5665
<arguments>
5766
<argument name="collectionFactory" xsi:type="object">\Magento\Catalog\Ui\DataProvider\Product\ProductCollectionFactory</argument>

0 commit comments

Comments
 (0)