File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
engine/Shopware/Components/Emotion Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments