Skip to content

Commit 7ee4250

Browse files
author
Patrick Stahl
committed
SW-22547 - Fix multiple emotions not being shown
1 parent 09fb784 commit 7ee4250

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

UPGRADE-5.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This changelog references changes done in Shopware 5.5 patch versions.
44

5+
## 5.5.1
6+
7+
[View all changes from v5.5.0...v5.5.1](https://github.com/shopware/shopware/compare/v5.5.0...v5.5.1)
8+
9+
### Changes
10+
11+
* Changed the loading of shopping worlds to fix issues with missing shopping worlds
12+
13+
## 5.5.0
14+
515
[View all changes from v5.4.6...v5.5.0](https://github.com/shopware/shopware/compare/v5.4.6...v5.5.0)
616

717
### Additions

engine/Shopware/Components/Emotion/DeviceConfiguration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function get($categoryId)
6868
->andWhere('emotion.preview_id IS NULL')
6969
->addOrderBy('emotion.position', 'ASC')
7070
->addOrderBy('emotion.id', 'ASC')
71+
->groupBy('emotion.id')
7172
->setParameter(':categoryId', $categoryId);
7273

7374
$query->innerJoin(

0 commit comments

Comments
 (0)