Summary: | to-do item once set to 100% completion, it is not possible to set to anything else | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Zoltan Padrah <zoltan.padrah> |
Component: | incidence editors | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.8.3 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/incidenceeditor/commit/58d2f7316919c1d50d9990c28e701397d1d121d6 | Version Fixed In: | |
Sentry Crash Report: |
Description
Zoltan Padrah
2018-08-21 20:17:44 UTC
This bug is also present in KOrganizer/Kontact version 5.10.1, in KDE Neon packages as January 2019. A possibly relevant merge request was started @ https://invent.kde.org/pim/incidenceeditor/-/merge_requests/19 Git commit 58d2f7316919c1d50d9990c28e701397d1d121d6 by Glen Ditchfield, on behalf of Glen Ditchfield. Committed on 08/07/2021 at 19:35. Pushed by gditchfield into branch 'master'. Allow change of completion percentage of completed to-dos If a non-recurring to-do has been completed, attempting to reduce its completion percentage has no effect, because `Todo::setPercentComplete(0)` alone is not sufficient. This patch brute-forces all completion-related fields. M +5 -1 src/incidencecompletionpriority.cpp https://invent.kde.org/pim/incidenceeditor/commit/58d2f7316919c1d50d9990c28e701397d1d121d6 Git commit 81a19f7be52ac5a6695a356d1d3fb1944b98f5c2 by Glen Ditchfield, on behalf of Glen Ditchfield. Committed on 09/07/2021 at 00:28. Pushed by gditchfield into branch 'master'. Toggle completed to-dos back to incomplete If a non-recurring to-do has been completed, selecting "Toggle To-do Completed" from its right-click menu does not make it incomplete, because `Todo::setPercentComplete(0)` is not sufficient. This patch brute-forces all completion-related fields. M +4 -0 src/calendarview.cpp https://invent.kde.org/pim/korganizer/commit/81a19f7be52ac5a6695a356d1d3fb1944b98f5c2 |