Summary: | Changed name of loan account is not saved | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Eugen Albiker <eugen> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/57a5c7fe972e25ceafae8daf0ea69ab2f12c3829 | Version Fixed In: | 5.0.8 |
Sentry Crash Report: |
Description
Eugen Albiker
2020-01-14 23:01:38 UTC
I think there may be a translation issue here. If I open a credit account, and then open the "Edit Account" dialog, I can change the account name and click OK. There is no wizard to work through. Is this really a credit card account or a loan account? There is a known issue that with a loan account, the "Edit Account" brings up the loan wizard again, and there is no way to edit the other aspects of the account. I'm not going to mark this a duplicate yet, but I think it really is the same as https://bugs.kde.org/show_bug.cgi?id=386186. Hi Jack, ok, I changed my language settings to "LANGUAGE=en_US.UTF-8", and tried it again. you are right - I mean a "loan account" and not a "credit card" account. The "edit account" of a loan account brings up the "edit loan account wizard". Here I am selecting "Modify other loan information" --> next --> next --> Change the name to ""MyCredit1"" --> next ...... until "finish". OBSERVED RESULT The credit account has still its old name "test" EXPECTED RESULT The credit account should be named "MyCredit1", but it is still the old name My used version KMyMoney-5.0.7-9f64ba4-x86_64.AppImage Greetings Eugen Git commit 16e542a4ef150866fa5f89d289e597cfe103c02d by Thomas Baumgart. Committed on 15/01/2020 at 19:05. Pushed by tbaumgart into branch '5.0'. Allow to modify name of loan account The UI elements were present and functional but the value was not stored. This change stores the value provided by the user. FIXED-IN: 5.0.8 M +1 -0 kmymoney/wizards/newloanwizard/keditloanwizard.cpp https://commits.kde.org/kmymoney/16e542a4ef150866fa5f89d289e597cfe103c02d Git commit 57a5c7fe972e25ceafae8daf0ea69ab2f12c3829 by Thomas Baumgart. Committed on 15/01/2020 at 19:06. Pushed by tbaumgart into branch 'master'. Allow to modify name of loan account The UI elements were present and functional but the value was not stored. This change stores the value provided by the user. FIXED-IN: 5.0.8 (cherry picked from commit 16e542a4ef150866fa5f89d289e597cfe103c02d) M +1 -0 kmymoney/wizards/newloanwizard/keditloanwizard.cpp https://commits.kde.org/kmymoney/57a5c7fe972e25ceafae8daf0ea69ab2f12c3829 |