Summary: | DB password doesn't apply while trying to save | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Valeriy Polischuk <truetrup> |
Component: | database | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | truetrup |
Priority: | NOR | ||
Version: | 5.0.2 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/0b79fc5d74088029ff67f57ebe3b52fb285b1d51 | Version Fixed In: | 5.0.3 |
Sentry Crash Report: |
Description
Valeriy Polischuk
2018-12-24 16:03:29 UTC
Git commit 0b79fc5d74088029ff67f57ebe3b52fb285b1d51 by Thomas Baumgart. Committed on 25/12/2018 at 19:34. Pushed by tbaumgart into branch '5.0'. Remember the full URL for saving the database When using the 'open recent' feature on a database, the password was not remembered and any following save operation of the data failed. This change remembers the password for that operation. FIXED-IN: 5.0.3 M +7 -2 kmymoney/kmymoney.cpp M +6 -1 kmymoney/plugins/gnc/import/gncimporter.cpp M +1 -0 kmymoney/plugins/gnc/import/gncimporter.h M +6 -0 kmymoney/plugins/kmymoneyplugin.h M +16 -6 kmymoney/plugins/sql/sqlstorage.cpp M +6 -0 kmymoney/plugins/sql/sqlstorage.h M +8 -0 kmymoney/plugins/xml/xmlstorage.cpp M +5 -0 kmymoney/plugins/xml/xmlstorage.h https://commits.kde.org/kmymoney/0b79fc5d74088029ff67f57ebe3b52fb285b1d51 |