Skip to content

Commit c9cdc1c

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
- Ignore CookieAndSessionMisuse in plugin
1 parent cc76c3d commit c9cdc1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* PageBuilder ProductCollection class for allowing store-agnostic collections
14+
*
15+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1416
*/
1517
class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
1618
{

0 commit comments

Comments
 (0)