Skip to content

Commit cfb0848

Browse files
committed
ACP2E-2944: [Cloud] addFilterToMap function is not working for certain columns
1 parent f09c222 commit cfb0848

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
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>
6455
<type name="Magento\Sales\Block\Adminhtml\Order\Create\Search\Grid\DataProvider\ProductCollection">
6556
<arguments>
6657
<argument name="collectionFactory" xsi:type="object">\Magento\Catalog\Ui\DataProvider\Product\ProductCollectionFactory</argument>

0 commit comments

Comments
 (0)