View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001783 | SOGo | Web Calendar | public | 2012-04-27 12:31 | 2012-11-18 15:49 |
Reporter | apoupard | Assigned To | ludovic | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.14 | ||||
Target Version | 2.0.3 | Fixed in Version | 2.0.3 | ||
Summary | 0001783: Drag and drop an event on the web calendar doesn't update the LAST-MODIFIED field in the caldav ics file | ||||
Description | Drag and drop an event on the web calendar doesn't update the LAST-MODIFIED field in the caldav ics file. | ||||
Tags | No tags attached. | ||||
2012-04-27 12:31
|
ics.txt (2,601 bytes)
Before the drag and drop, LAST-MODIFIED:20120427T115654Z DTSTART;TZID=Europe/Paris:20120501T110000 --------------------------------------------------------------------------- BEGIN:VCALENDAR PRODID:-//EDeal SARL./SOGo 1.3.11//EN VERSION:2.0 CALSCALE:GREGORIAN BEGIN:VEVENT DTSTAMP:20120427T095513Z UID:f2fcd462-75e5-4d8e-979b-6e25ec53cb21 CLASS:PUBLIC DTSTART;TZID=Europe/Paris:20120501T110000 DTEND;TZID=Europe/Paris:20120501T120000 SUMMARY:int& SEQUENCE:2 ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE;CN=Adrien POU PARD:mailto:nomail0000000000008aaf ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:edeal@ acacs.org ORGANIZER;CN=Vincent Test:mailto:vincent@jolo.fr LAST-MODIFIED:20120427T115654Z TRANSP:OPAQUE END:VEVENT BEGIN:VTIMEZONE TZID:Europe/Paris X-LIC-LOCATION:Europe/Paris BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3 END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10 END:STANDARD END:VTIMEZONE END:VCALENDAR =========================================================================== =========================================================================== =========================================================================== After Drag and drop, DTSTART;TZID=Europe/Paris:20120503T110000 => updated LAST-MODIFIED:20120427T115654Z => not updated --------------------------------------------------------------------------- BEGIN:VCALENDAR PRODID:-//EDeal SARL./SOGo 1.3.11//EN VERSION:2.0 CALSCALE:GREGORIAN BEGIN:VEVENT DTSTAMP:20120427T095513Z UID:f2fcd462-75e5-4d8e-979b-6e25ec53cb21 CLASS:PUBLIC DTSTART;TZID=Europe/Paris:20120503T110000 DTEND;TZID=Europe/Paris:20120503T120000 SUMMARY:int& SEQUENCE:4 ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE;CN=Adrien POU PARD:mailto:nomail0000000000008aaf ATTENDEE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:mailto:edeal@ acacs.org ORGANIZER;CN=Vincent Test:mailto:vincent@jolo.fr LAST-MODIFIED:20120427T115654Z TRANSP:OPAQUE END:VEVENT BEGIN:VTIMEZONE TZID:Europe/Paris X-LIC-LOCATION:Europe/Paris BEGIN:DAYLIGHT TZOFFSETFROM:+0100 TZOFFSETTO:+0200 TZNAME:CEST DTSTART:19700329T020000 RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=3 END:DAYLIGHT BEGIN:STANDARD TZOFFSETFROM:+0200 TZOFFSETTO:+0100 TZNAME:CET DTSTART:19701025T030000 RRULE:BYDAY=-1SU;FREQ=YEARLY;BYMONTH=10 END:STANDARD END:VTIMEZONE END:VCALENDAR |
Fixed: https://github.com/inverse-inc/sogo/commit/5bf71059827cb9b5af49bfc543a72c730a663046 |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-27 12:31 | apoupard | New Issue | |
2012-04-27 12:31 | apoupard | File Added: ics.txt | |
2012-11-18 15:35 | ludovic | Status | new => assigned |
2012-11-18 15:35 | ludovic | Assigned To | => ludovic |
2012-11-18 15:35 | ludovic | Target Version | => 2.0.3 |
2012-11-18 15:49 | ludovic | Note Added: 0004887 | |
2012-11-18 15:49 | ludovic | Status | assigned => closed |
2012-11-18 15:49 | ludovic | Resolution | open => fixed |
2012-11-18 15:49 | ludovic | Fixed in Version | => 2.0.3 |