Sfoglia il codice sorgente

ProductFamily : OrderBy products

feature/export_comptable
Guillaume 4 anni fa
parent
commit
b459b9659b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ShopBundle/Model/ProductFamily.php

+ 1
- 0
ShopBundle/Model/ProductFamily.php Vedi File

@@ -97,6 +97,7 @@ abstract class ProductFamily extends AbstractDocumentEntity implements ProductPr

/**
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductInterface", mappedBy="productFamily", orphanRemoval=true, cascade={"persist"})
* @ORM\OrderBy({"position" = "ASC"})
*/
protected $products;


Loading…
Annulla
Salva