ソースを参照

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;

読み込み中…
キャンセル
保存