We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6157833 commit ef1105aCopy full SHA for ef1105a
app/code/Magento/PageBuilder/Ui/DataProvider/Product/ProductCollection.php
@@ -15,7 +15,6 @@
15
class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
16
{
17
/**
18
- * Prevent usage of catalog index for querying visibility, as it relies on a specific store id.
19
* @inheritdoc
20
*/
21
public function setVisibility($visibility)
@@ -30,7 +29,6 @@ public function setVisibility($visibility)
30
29
}
31
32
33
- * Prevent usage of price index for querying prices, as it relies on a specific store id.
34
35
36
protected function _productLimitationJoinPrice()
0 commit comments