[Solved]Adding cascade={"persist","persist","persist"} to Doctrine2 annotation

0 votes
asked Jun 17, 2014 in Solved by svierkant (170 points)
recategorized Aug 5, 2014 by Martin Freki Stradej

When saving to my Symfony2/Doctrine ORM project, ORM Designer keeps adding ',"persist"' to it. After each export to ORM, it adds another "persist" to it.

2 Answers

0 votes
answered Jun 27, 2014 by Martin Freki Stradej Skipper developer (74,840 points)
selected Aug 5, 2014 by Martin Freki Stradej
 
Best answer

We have fixed this in version 3.0.0.1094. You can download it here:
http://support.skipper18.com/402/downloads-skipper-orm-designer-3-beta

Please, try it out and let me know if everything is working as expected.

0 votes
answered Jun 18, 2014 by Martin Freki Stradej Skipper developer (74,840 points)

Thank you for your report.

I have induced the problem on my testing projects and I'm going to fix the export for the next version release. I will let you know when the fix is available.

...