Actions
Bug #4738
closedDiscard Annotation changes when datapackage window is closed
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Morpho Plugin
Target version:
Start date:
02/04/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4738
Description
Because the SMS library keeps it's annotations in memory, you can actually close the data package after editing the annotation, reopen it and your changes are still there.
-the annotation should revert back to it's on-disk version when the DP window closes
-you should be prompted to save if you are about to close a DP that has annotation changes
Related issues
Updated by ben leinfelder almost 15 years ago
Now listening for the window to close.
If the window closes, then we throw away any unsaved changes and use whatever version of the Annotation exists on disk.
Updated by ben leinfelder almost 15 years ago
this is done now. just need to figure out when and how to warn when discarding the changes
Actions