Fix broken category list per post

The count created a grouping leading to only one result instead of all
categories.
This commit is contained in:
Daniel Siepmann 2023-07-13 10:53:30 +02:00
parent 924a6b4863
commit bf660d15fc

View file

@ -61,11 +61,11 @@ page {
as = assignedTopics
table = sys_category
pidInList = 2
selectFields = sys_category.*, count(sys_category_record_mm.uid_foreign) as count
selectFields = sys_category.*
where = sys_category_record_mm.uid_foreign = {page:uid} AND sys_category.parent = 1
where.insertData = 1
leftjoin = sys_category_record_mm ON sys_category_record_mm.uid_local = sys_category.uid
orderBy = count DESC, sys_category.title ASC
orderBy = sys_category.title ASC
# Workaround broken workspace manipulation
if {