Bladeren bron

[Frontend] Menu : positioin catégories enfant

feature/export_comptable
Guillaume 4 jaren geleden
bovenliggende
commit
508737cd3c
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. +1
    -0
      ShopBundle/Model/ProductCategory.php

+ 1
- 0
ShopBundle/Model/ProductCategory.php Bestand weergeven

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


Laden…
Annuleren
Opslaan