Summary: | Toggle Reminder functionality does not work properly | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | montel, smartins, winter |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-03-25 02:09:21 UTC
SVN commit 1107287 by mlaurent: Fix reminder time. We can't put 0. BUG: 232057 M +3 -2 calendarview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1107287 It is still not yet corrected. The same message is now displayed both in the Time section and the table: '1 minute after the events starts' but there is no reminder appearing at all whereas it should. So I am reopening this bug. Trunk, Svn Rev 1107335 I spoke with Allen and 0 minute was a feature of 3.5 and he didn't backport all necessary fix, so I will reassign this bug to Allen. SVN commit 1111040 by winterz: we allow 0 offsets for the reminder. CCBUG: 232057 Sabine, please test this now M +0 -1 calendarview.cpp M +1 -1 incidenceeditor/koeditoralarms_base.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=1111040 Ready to be verified. I retested this today and no reminder appears but it seems that the reminder functionality is broken since whatever I do I never get one. I have reporte a bug about that (bug #242978) and I will retest this after the reminders work again. Trunk, Svn Rev 1142760 It is corrected now. The reminders are correctly set now both on events and to-dos from the Month view. Trunk, Svn Rev 1156007 |