Summary: | Issues after editing an account while editing a transaction | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Dawid Wróbel <me> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/0233b1bfdb405c3dfff1726d578f051220c795a9 | Version Fixed In: | 5.2 |
Sentry Crash Report: |
Description
Dawid Wróbel
2023-05-10 16:49:49 UTC
Git commit d91ddf19767ae5f17c92551dc1e39f95b3661807 by Thomas Baumgart. Committed on 27/05/2023 at 05:23. Pushed by tbaumgart into branch 'master'. Close the editor upon model reset This resolves the problem reported in #469587 but with a different result. M +12 -4 kmymoney/views/ledgerview.cpp M +8 -0 kmymoney/views/transactioneditorbase.cpp M +2 -0 kmymoney/views/transactioneditorbase.h https://invent.kde.org/office/kmymoney/-/commit/d91ddf19767ae5f17c92551dc1e39f95b3661807 Git commit 0233b1bfdb405c3dfff1726d578f051220c795a9 by Thomas Baumgart. Committed on 30/07/2023 at 11:58. Pushed by tbaumgart into branch 'master'. Don't close transaction editor if no change in journal When an account or category is changed while a transaction editor is active, keep it open when there is no modification in the journalModel FIXED-IN: 5.2 M +49 -44 kmymoney/views/kaccountsview_p.h M +19 -17 kmymoney/views/kcategoriesview.cpp https://invent.kde.org/office/kmymoney/-/commit/0233b1bfdb405c3dfff1726d578f051220c795a9 |