Skip to content

Commit 8e0b549

Browse files
committed
ACP2E-322:'Move out of stock to the bottom' automating sorting is not updated when product's stock changes
1 parent 472597b commit 8e0b549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/ResourceModel/StockStatusFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class StockStatusFilter implements StockStatusFilterInterface
2525
*
2626
* @var bool
2727
*/
28-
private ?bool $searchResultApplier = false;
28+
private $searchResultApplier = false;
2929

3030
/**
3131
* @var ResourceConnection

0 commit comments

Comments
 (0)