partkeepr

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

commit c2e6fa92f65e4470bb3150e5a1982a69253758c2
parent 3aa3b8d29a413b3f01105d03f8cc876f73a05749
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Mon, 14 Mar 2016 17:44:58 +0100

Merge pull request #616 from partkeepr/PartKeepr-613

Don't serialize the owner project, fixes #613
Diffstat:
Msrc/PartKeepr/ProjectBundle/Entity/ProjectAttachment.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/ProjectBundle/Entity/ProjectAttachment.php b/src/PartKeepr/ProjectBundle/Entity/ProjectAttachment.php @@ -27,7 +27,6 @@ class ProjectAttachment extends UploadedFile * The project object * * @ORM\ManyToOne(targetEntity="PartKeepr\ProjectBundle\Entity\Project", inversedBy="attachments") - * @Groups({"default"}) * @var Project */ private $project = null;