[Solved] Doctrine2 setting on-delete property on M:N association doesn't export to YAML

0 votes
asked Sep 17, 2013 in Solved by nick.marshall (250 points)
recategorized Sep 24, 2013 by ludek.vodicka

I'm not sure if this is a bug or if I am not configuring something correctly. If I click one side of a many to many association and set "on-delete" to CASCADE and then export, the metadata doesn't appear to change at all. This is for Doctrine2 YAML export. Thanks!

2 Answers

0 votes
answered Sep 24, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

Fixed in 2.2.4.749 version available here: http://www.orm-designer.com/download-orm-designer

0 votes
answered Sep 17, 2013 by ludek.vodicka Skipper developer (140,450 points)

Could you please share some minimal test case where this problem occurred?

...