Summary | Deleting future events from a recurring calendar entry fails |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | michael.sheldon (at) credativ (dot) de |
Created | 04/24/2007 (6623 days ago) |
Due | |
Updated | 04/24/2007 (6623 days ago) |
Assigned | |
Resolved | 04/24/2007 (6623 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Deleting future events from a recurring calendar entry fails
Queue ⇒ Kronolith
New Attachment: kronolith-change_recurrence.patch
event it still uses the old method of $event->setRecurEnd which no
longer exists and so generates a fatal error when attempting to delete
future events from a recurring event. It should instead be using
$event->recurrance->setRecurEnd. The attached patch should correct this.