Summary: | Cannot hide completed todo | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Gathur Zent <coding-matter> |
Component: | todoview | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gjditchfield, tom.karpiniec |
Priority: | NOR | ||
Version First Reported In: | 5.19.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/eventviews/-/commit/83076ae14a07ffa3f689e9e603a9d078ffc41598 | Version Fixed In: | |
Sentry Crash Report: |
Description
Gathur Zent
2022-08-24 14:46:27 UTC
I can confirm but I think OP has misunderstood the preference. It's intended to control whether to-dos should be sorted differently rather than whether they are visible. Hiding is currently supported via filters (which works correctly). The real bug here IMO is that changing the preference doesn't actually update the view until you either restart KOrganizer or toggle the flat/tree view, so it seems broken. If this was working correctly the reporter probably would have understood its intent. KOrganizer: Version 5.23.1 (23.04.1) A possibly relevant merge request was started @ https://invent.kde.org/pim/eventviews/-/merge_requests/86 (In reply to Thomas Karpiniec from comment #1) > I can confirm but I think OP has misunderstood the preference. It's intended > to control whether to-dos should be sorted differently rather than whether > they are visible. Hiding is currently supported via filters (which works > correctly). The real bug here IMO is that changing the preference doesn't > actually update the view until you either restart KOrganizer or toggle the > flat/tree view, so it seems broken. If this was working correctly the > reporter probably would have understood its intent. > > KOrganizer: Version 5.23.1 (23.04.1) It makes good sense, thank you! Also I noticed that the filter is not by default shown in the toolbar menu, actually I am not aware of its existence until you mentioned about it. Git commit db4009f65c84be6a364a9f7b405c64520cf57f58 by Thomas Karpiniec. Committed on 08/06/2023 at 04:34. Pushed by vkrause into branch 'master'. Invalidate model to apply sortCompletedTodosSeparately pref M +4 -0 src/todo/todoview.cpp https://invent.kde.org/pim/eventviews/-/commit/db4009f65c84be6a364a9f7b405c64520cf57f58 Git commit 83076ae14a07ffa3f689e9e603a9d078ffc41598 by Volker Krause, on behalf of Thomas Karpiniec. Committed on 11/06/2023 at 11:39. Pushed by vkrause into branch 'release/23.04'. Invalidate model to apply sortCompletedTodosSeparately pref (cherry picked from commit db4009f65c84be6a364a9f7b405c64520cf57f58) M +4 -0 src/todo/todoview.cpp https://invent.kde.org/pim/eventviews/-/commit/83076ae14a07ffa3f689e9e603a9d078ffc41598 |