Projekt

Allgemein

Profil

GX-Bug #61311 » ContentManagerProductContentsFix.patch

Till Tepelmann, 01.03.2019 16:38

Unterschiede anzeigen:

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
		
    (1-1/1)