Преглед изворни кода

ProductFamilyRepositoryQuery : suppression addSelect des QualityLabels (toujours le problème des données non chargées)

develop
Guillaume Bourgeois пре 1 година
родитељ
комит
996c12744d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Repository/Product/ProductFamilyRepositoryQuery.php

+ 1
- 1
Repository/Product/ProductFamilyRepositoryQuery.php Прегледај датотеку

@@ -55,7 +55,7 @@ class ProductFamilyRepositoryQuery extends AbstractRepositoryQuery

$this->leftJoin('.qualityLabels', 'qualityLabels');
if ($addSelect) {
$this->addSelect('qualityLabels');
//$this->addSelect('qualityLabels');
}
}
return $this;

Loading…
Откажи
Сачувај