[Fixed] Bug in the annotation export of skipper

0 votes
asked May 28, 2016 in Solved by ludek.vodicka Skipper developer (140,450 points)
recategorized Jul 4, 2016 by ludek.vodicka

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

1 Answer

0 votes
answered Jun 1, 2016 by ludek.vodicka Skipper developer (140,450 points)

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

...