Explorar el Código

ProductFamily : OrderBy products

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

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

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


Cargando…
Cancelar
Guardar