-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When Stopping Editing and Saving Changes, if the commit was *unsucces…
…sful*, retain the in-memory edits. Previously the in-memory edits would be erased anyway. Note this is not a complete solution as commits are currently a 3- or 4-stage process, and if one stage fails the chain cannot always be rolled-back easily. If this is the case then a detailed error message is given to the user to assist their understanding of the discrepency. This commit should be a bug fix for trac #131, but I don't have the environment to test it fully - the bug submitter will have to assist there. Bonus feature: Tidied up some variable names in QgsVectorLayer - makes it clearer what they contain. git-svn-id: http://svn.osgeo.org/qgis/trunk@5591 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
morb_au
committed
Jul 14, 2006
1 parent
57b9c34
commit 4a6923a
Showing
4 changed files
with
241 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.