[Fixed] Only editing properties does not set dirty flag, exit without confirmation

0 votes
asked Jan 23, 2013 in Solved by jwagner (3,630 points)
recategorized Jan 24, 2013 by ludek.vodicka

ORM Designer 2.1.7.680, MVC: Symfony2, ORM: Doctrine2

Open a project, edit only properties on an entity (like "table" or "export-file-name"), then exit. The file is not marked as dirty / changed with "(*modified)" and consequently, the confirmation popup "Save modified files?" does not appear.

2 Answers

0 votes
answered Jan 24, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jan 24, 2013 by jwagner
 
Best answer

This issue was fixed in latest version 2.1.7.681. You can download this version here http://support.orm-designer.com/31/download-orm-designer2-here

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

We already fixed this bug few releases ago but it seems we missed something. Dirty flag is correctly set when enter key is pressed after value change but not when you click outside the edit area after modification.

UPDATE: The dirty flag is correctly set only when new attribute value is entered, not when value is updated.

UPDATE2: Only when new and first attribute is set ;-)

This should be easy to fix.

commented Jan 23, 2013 by ludek.vodicka Skipper developer (140,450 points)

Ok, we found and fix the problem. Fix will be available in the next release.

...