User tests: Successful: Unsuccessful:
yet another one wrong GROUP BY - redo of #21378 in the correct 3.9-dev branch
fixed wrong GROUP BY
install a multilanguage site with postgresql
simply open Control Panel or Articles
works as it should
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content |
Labels |
Added:
?
|
sure, done
thanks
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-09 17:13:20 |
Closed_By | ⇒ | mbabker |
I tested it and it works, but
$assogroup = 'a.id, l.title, l.image, uc.name, ag.title, c.title, ua.name, c.created_user_id, c.level, parent.id';
also works and it is a short list.
It works because parent.id is a primary key, the same as
a.id
.Could you change it?