Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix behavior when saving after canceling entry edit
* Fixes #3141 * Clearing the entry edit widget prior to emitting the editFinished signal caused the widget to be marked modified and prevent new entries from being created. Use an explicit boolean to notify commit success. * Don't clear password generator on canceling a cancel * Don't discard changes if saving from a cancel produces an error
- Loading branch information