Skip to content

Commit 7b6a620

Browse files
committed
MAGETWO-98335: Unable to find product on product grid page using store view level attribute
1 parent 2ca05c8 commit 7b6a620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/ProductCollection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* Collection which is used for rendering product list in the backend.
1414
*
1515
* Used for product grid and customizes behavior of the default Product collection for grid needs.
16+
*
17+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1618
*/
1719
class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
1820
{

0 commit comments

Comments
 (0)