Parcourir la source

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume il y a 4 ans
Parent
révision
508737cd3c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Voir le fichier

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


Chargement…
Annuler
Enregistrer