Skip to content

Commit 8db89f8

Browse files
committed
MAGE-1420: rollback change on store_id job property
1 parent a014851 commit 8db89f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- Fixed implicit nullable types for PHP 8.4
1414
- Ensure that only non-redirect URL rewrites are considered when generating product URLs - thank you @fasimana
1515
- Apply rounding to insight events revenue values to avoid floating point precision errors - thank you @PromInc
16-
- Fix store id for queue jobs sorting - thank you @pikulsky
1716
- Fix issue where double conversion occurred during price indexing in case of multi currency stores - thank you @natedawg92
1817
- Fix issue where non-clickable links where rendered on InstantSearch - thank you @PromInc
1918
- Fixed some Codacy issues

Model/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ protected function stackSortedJobs(array $sortedJobs, array $tempSortableJobs, ?
578578
SORT_ASC,
579579
'method',
580580
SORT_ASC,
581-
'storeId',
581+
'store_id',
582582
SORT_ASC,
583583
'job_id',
584584
SORT_ASC

0 commit comments

Comments
 (0)