Summary: | Removing calendar event result in sending cancelation mail to all attendees but the organiser who gets a decline message. | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Jelmer <jhartman> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/1a8fa1ac755ecd71991116ffffa3362d25126e85 | Version Fixed In: | 4.11.3 |
Sentry Crash Report: |
Description
Jelmer
2009-12-03 15:22:52 UTC
Git commit 1a8fa1ac755ecd71991116ffffa3362d25126e85 by Sergio Martins. Committed on 31/10/2013 at 01:36. Pushed by smartins into branch 'KDE/4.11'. Don't send CANCEL to attendees when deleting an event we didn't organize. When deleting something that's not ours, only a REPLY with PartStat=Declined must be sent, and to the organizer only. Due to a bug, CANCEL was being sent to everybody, as if we were the organizer. Unit-test will go in master. Bug 318394 should be similar, but for modification instead of deletion. Related: bug 306755, bug 318394 FIXED-IN: 4.11.3 M +12 -7 akonadi/calendar/incidencechanger.cpp http://commits.kde.org/kdepimlibs/1a8fa1ac755ecd71991116ffffa3362d25126e85 Git commit 32b4e54e6b7a3ed90af0efbbabca84e191d12b86 by Sergio Martins. Committed on 31/10/2013 at 02:00. Pushed by smartins into branch 'master'. Unit-test that we don't send two e-mails when deleting an event. This tests the last commit, where a CANCEL and a REPLY were being sent. Related: bug 306755 M +32 -7 akonadi/calendar/tests/itiphandlertest.cpp http://commits.kde.org/kdepimlibs/32b4e54e6b7a3ed90af0efbbabca84e191d12b86 |