GX-Bug #61311 » ContentManagerProductContentsFix.patch
src/GXMainComponents/Controllers/HttpView/Admin/ContentManager/ContentManagerProductContentsController.inc.php (date 1551454507000) | ||
---|---|---|
573 | 573 |
->join('product_content_types as pct', 'pct.id = pcr.product_content_types_id') |
574 | 574 |
->where('language_id', |
575 | 575 |
$_SESSION['languages_id'])// Todo: Replace $_SESSION with lang selection |
576 |
->group_by('pcp.product_content_id, type')
|
|
576 |
->group_by('group_id, pcp.product_content_id, type','pc.id')
|
|
577 | 577 |
->get() |
578 | 578 |
->result_array(); |
579 | 579 |
|