Procházet zdrojové kódy

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

develop
Guillaume Bourgeois před 1 rokem
rodič
revize
996c12744d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Repository/Product/ProductFamilyRepositoryQuery.php

+ 1
- 1
Repository/Product/ProductFamilyRepositoryQuery.php Zobrazit soubor

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

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

Načítá se…
Zrušit
Uložit