Bläddra i källkod

ProductFamily : OrderBy products

feature/export_comptable
Guillaume 4 år sedan
förälder
incheckning
b459b9659b
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. +1
    -0
      ShopBundle/Model/ProductFamily.php

+ 1
- 0
ShopBundle/Model/ProductFamily.php Visa fil

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


Laddar…
Avbryt
Spara