Summary: | Cannot change timing for single occurrence | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | isaac.o.braham |
Component: | recurrence | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | david.decos |
Priority: | NOR | ||
Version: | 5.11.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kcalutils/1e240368ed7cd0b015761ef214e5caf504e8f723 | Version Fixed In: | |
Sentry Crash Report: |
Description
isaac.o.braham
2019-08-09 10:13:59 UTC
I can reproduce this bug in: Linux/KDE Plasma: Neon 5.17 KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.65.0 Qt Version: 5.13.2 It happens, I think, regardless of the calendar type. I see it both in Google and CalDav calendars. I really wish the recurrence problems could be fixed in Korganizer (this is just one of several). I missed a couple of appointments before realizing it wasn't reliable when recurrence was involved. Git commit 1e240368ed7cd0b015761ef214e5caf504e8f723 by Daniel Vrátil, on behalf of Shashwat Jolly. Committed on 21/03/2020 at 12:45. Pushed by dvratil into branch 'release/20.04'. Fix bug where time of single instance of recurring event could not be changed Summary: - Removed QObject::connect calls in recurrenceactions.cpp as the required "clicked" signals are already handled in DialogButtonsHelper in kmessagebox - Updated variable type for storing return value of createKMessageBox Reviewers: mlaurent Reviewed By: mlaurent Subscribers: winterz, mlaurent, kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D28149 M +1 -5 src/recurrenceactions.cpp https://commits.kde.org/kcalutils/1e240368ed7cd0b015761ef214e5caf504e8f723 This is great news, many thanks to the developers involved. |