Summary: | Payee Default Category not saved unless manually selected | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Glenn <gemdancer> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/3b16469b734b4ff4167d7047ca346ff3aeb71e7f | Version Fixed In: | 5.1.2 |
Sentry Crash Report: |
Description
Glenn
2021-01-07 03:12:48 UTC
Git commit fd118779db92c2cf6c0c4044cedd57b63e09eb66 by Thomas Baumgart. Committed on 09/01/2021 at 18:07. Pushed by tbaumgart into branch 'master'. Remove text from account combo box When selecting a payee that has a default category assigned and then switching to a payee that does not have a default category assigned leaves the text of the category as is for the first payee. When the default category is now enabled, the user has the impression that the setting is made, but it is not stored. This change clears the text so that the user has to select the category in any case which resolves the problem. (cherry picked from commit 3b16469b734b4ff4167d7047ca346ff3aeb71e7f and adjusted to work on master) M +1 -0 kmymoney/views/kpayeesview_p.h https://invent.kde.org/office/kmymoney/commit/fd118779db92c2cf6c0c4044cedd57b63e09eb66 Git commit 3b16469b734b4ff4167d7047ca346ff3aeb71e7f by Thomas Baumgart. Committed on 09/01/2021 at 18:03. Pushed by tbaumgart into branch '5.1'. Remove text from account combo box When selecting a payee that has a default category assigned and then switching to a payee that does not have a default category assigned leaves the text of the category as is for the first payee. When the default category is now enabled, the user has the impression that the setting is made, but it is not stored. This change clears the text so that the user has to select the category in any case which resolves the problem. FIXED-IN: 5.1.2 M +1 -0 kmymoney/views/kpayeesview.cpp https://invent.kde.org/office/kmymoney/commit/3b16469b734b4ff4167d7047ca346ff3aeb71e7f |