Skip to content

Commit a053f98

Browse files
committed
MAGE-1186: fix backward compatibility for old product jobs
1 parent d138d2d commit a053f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function rebuildProductIndex(int $storeId, ?array $productIds, int $page,
126126
$this->productIndexBuilder->buildIndexFull(
127127
$storeId,
128128
[
129-
'productIds' => $productIds,
129+
'entityIds' => $productIds,
130130
'page' => $page,
131131
'pageSize' => $pageSize,
132132
'useTmpIndex' => $useTmpIndex

0 commit comments

Comments
 (0)