Skip to content

Commit ef1105a

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
Fix static inheritdoc failure
1 parent 6157833 commit ef1105a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
1616
{
1717
/**
18-
* Prevent usage of catalog index for querying visibility, as it relies on a specific store id.
1918
* @inheritdoc
2019
*/
2120
public function setVisibility($visibility)
@@ -30,7 +29,6 @@ public function setVisibility($visibility)
3029
}
3130

3231
/**
33-
* Prevent usage of price index for querying prices, as it relies on a specific store id.
3432
* @inheritdoc
3533
*/
3634
protected function _productLimitationJoinPrice()

0 commit comments

Comments
 (0)