0 votes

From email:

hello. I have found a bug in the annotation export of skipper
here's git diff

/**
- * @ORM\OneToMany(targetEntity="Apuri\OperativeBundle\Entity\PersonContactInfo", mappedBy="BuildingManager")
+ *
*
- * @var ContactInfo
+ * @var
+ * @ORM\OneToOne(targetEntity="Apuri\OperativeBundle\Entity\PersonContactInfo", mappedBy="BuildingManager") ContactInfo
*/

so I have my own @var annotaion, and when I modify the orm annotation 1:m => 1:1, it puts the new annotation in middle of my var

in Solved by Skipper developer (141k points)
recategorized by

1 Answer

0 votes

This bug is fixed in latest beta 3.2.7.1319 available from our support site:
http://support.skipper18.com/402/downloads-skipper-beta

by Skipper developer (141k points)