Skip to content

Commit 35cc7ee

Browse files
authored
Merge pull request #1670 from algolia/fiix/MAGE-1186-queue-backward-compatibility
MAGE-1186: fix backward compatibility for old product jobs in queue
2 parents d138d2d + a053f98 commit 35cc7ee

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)