Summary: | Transaction validity filter is reset when re-opening configuration | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | reports | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.0.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/8d00256f0eb8ff6c9c1e8a41dde1f90ced810d0b | Version Fixed In: | 4.8.4, 5.0.4 |
Sentry Crash Report: |
Description
Thomas Baumgart
2019-02-01 09:33:58 UTC
Git commit 0b8ebec1b3789ba1d63810df6ac9f1fdad6f2a7e by Thomas Baumgart. Committed on 01/02/2019 at 15:04. Pushed by tbaumgart into branch '5.0'. Implement persistence of validity filter FIXED-IN: 5.0.4 M +31 -1 kmymoney/mymoney/mymoneytransactionfilter.cpp M +13 -1 kmymoney/mymoney/mymoneytransactionfilter.h M +47 -3 kmymoney/plugins/xmlhelper/xmlstoragehelper.cpp M +5 -1 kmymoney/widgets/ktransactionfilter.cpp https://commits.kde.org/kmymoney/0b8ebec1b3789ba1d63810df6ac9f1fdad6f2a7e Git commit 8d00256f0eb8ff6c9c1e8a41dde1f90ced810d0b by Ralf Habacker. Committed on 04/02/2019 at 20:36. Pushed by habacker into branch '4.8'. Implement persistence of validity filter FIXED-IN:4.8.4, 5.0.4 M +7 -0 kmymoney/dialogs/kreportconfigurationfilterdlg.cpp M +23 -0 kmymoney/mymoney/mymoneyreport.cpp M +28 -0 kmymoney/mymoney/mymoneytransactionfilter.cpp M +12 -0 kmymoney/mymoney/mymoneytransactionfilter.h https://commits.kde.org/kmymoney/8d00256f0eb8ff6c9c1e8a41dde1f90ced810d0b |