Kaynağa Gözat

Correctif appel findAllParents de productCategoryRepository

feature/export_comptable
Guillaume 4 yıl önce
ebeveyn
işleme
0cf3409e26
2 değiştirilmiş dosya ile 1 ekleme ve 14 silme
  1. +0
    -13
      ShopBundle/Services/CustomCKFinderAuth.phpRENAME
  2. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 0
- 13
ShopBundle/Services/CustomCKFinderAuth.phpRENAME Dosyayı Görüntüle

@@ -1,13 +0,0 @@
<?php

namespace Lc\ShopBundle\Services;

use CKSource\Bundle\CKFinderBundle\Authentication\Authentication as AuthenticationBase;

class CustomCKFinderAuth extends AuthenticationBase
{
public function authenticate()
{
return true;
}
}

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Dosyayı Görüntüle

@@ -96,7 +96,7 @@ class FrontendTwigExtension extends AbstractExtension

public function getProductCategories()
{
$categories = $this->productCategoryRepository->findAllParents($this->merchantUtils->getMerchantCurrent());
$categories = $this->productCategoryRepository->findAllParents(false);
return $categories;
}


Yükleniyor…
İptal
Kaydet