partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0a186cfbb58fd0d3d7176b00bd8b57a3e6ce2cee
parent 26136607dc0041ae815dcdbca235abae1b01efa3
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 25 Jul 2015 01:13:54 +0200

Removed storage locations from default groups to increase performance

Diffstat:
Msrc/PartKeepr/StorageLocationBundle/Entity/StorageLocationCategory.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/StorageLocationBundle/Entity/StorageLocationCategory.php b/src/PartKeepr/StorageLocationBundle/Entity/StorageLocationCategory.php @@ -34,7 +34,6 @@ class StorageLocationCategory extends AbstractCategory /** * @ORM\OneToMany(targetEntity="PartKeepr\StorageLocationBundle\Entity\StorageLocation", mappedBy="category") - * @Groups({"default"}) */ protected $storageLocations;