Summary | after adding time to fullday event_allday is still true in db? |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | d-fens (at) 00010111 (dot) de |
Created | 09/09/2010 (5426 days ago) |
Due | |
Updated | 09/13/2010 (5422 days ago) |
Assigned | 09/12/2010 (5423 days ago) |
Resolved | 09/13/2010 (5422 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
Summary ⇒ after adding time to fullday event_allday is still true in db?
State ⇒ Feedback
Reset the Kronolith_Event::allday property when receiving event from
iCalendar.
Value will be redetermined if needed when Kronolith_Event#isAllDay()
is called next
Bug: 9243http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=881a2a5b81c2fef9d2792cb6dc22619391d23b0f
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ after adding time to fullday event_allday is still true in db
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
i created a day event, snyced it to horde, all good.
i changed the event to have a start/endtime, synced -> time is added
but event_allday ist not cleared, leading to strange behaviour (shown
as allday, editing shows time)
don't know if its a syncml thing or kronolith only