ソースを参照

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


読み込み中…
キャンセル
保存