File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
* Used for product grid and customizes behavior of the default Product collection for grid needs.
12
12
*/
13
- class Collection extends \Magento \Catalog \Model \ResourceModel \Product \Collection
13
+ class ProductCollection extends \Magento \Catalog \Model \ResourceModel \Product \Collection
14
14
{
15
15
/**
16
16
* Disables using of price index for grid rendering
Original file line number Diff line number Diff line change 77
77
<type name =" Magento\Catalog\Model\ResourceModel\Attribute" >
78
78
<plugin name =" invalidate_pagecache_after_attribute_save" type =" Magento\Catalog\Plugin\Model\ResourceModel\Attribute\Save" />
79
79
</type >
80
- <virtualType name =" \Magento\Catalog\Ui\DataProvider\Product\CollectionFactory " type =" \Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" >
80
+ <virtualType name =" \Magento\Catalog\Ui\DataProvider\Product\ProductCollectionFactory " type =" \Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" >
81
81
<arguments >
82
- <argument name =" instanceName" xsi : type =" string" >\Magento\Catalog\Ui\DataProvider\Product\Collection </argument >
82
+ <argument name =" instanceName" xsi : type =" string" >\Magento\Catalog\Ui\DataProvider\Product\ProductCollection </argument >
83
83
</arguments >
84
84
</virtualType >
85
85
<type name =" Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider" >
90
90
<argument name =" addFilterStrategies" xsi : type =" array" >
91
91
<item name =" store_id" xsi : type =" object" >Magento\Catalog\Ui\DataProvider\Product\AddStoreFieldToCollection</item >
92
92
</argument >
93
- <argument name =" collectionFactory" xsi : type =" object" >\Magento\Catalog\Ui\DataProvider\Product\CollectionFactory </argument >
93
+ <argument name =" collectionFactory" xsi : type =" object" >\Magento\Catalog\Ui\DataProvider\Product\ProductCollectionFactory </argument >
94
94
</arguments >
95
95
</type >
96
96
<type name =" Magento\Catalog\Model\Product\Action" >
You can’t perform that action at this time.
0 commit comments