Переглянути джерело

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume 4 роки тому
джерело
коміт
508737cd3c
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Переглянути файл

@@ -29,6 +29,7 @@ abstract class ProductCategory extends AbstractDocumentEntity implements TreeInt

/**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductCategoryInterface", mappedBy="parent" , fetch="EAGER"))
* @ORM\OrderBy({"position" = "ASC"})
*/
protected $childrens;


Завантаження…
Відмінити
Зберегти