Explorar el Código

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume hace 4 años
padre
commit
508737cd3c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar