Ticket #1707 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Moving events in mozilla calendar make them disappear

Reported by: ogrisel Assigned to: lregebro
Priority: P2 Milestone: CPS 3.4.2
Component: CPSSharedCalendar Version: TRUNK
Severity: normal Keywords:
Cc:

Description

Steps to reproduce:

  • Create a calendar in CPS and register it as remote calendar in a Mozilla client
  • Create an event at D day
  • Use Mozilla to move it at D+1 day
  • Look at the week view in CPS -> the event disappeared
  • Move the event back at D day in Mozilla
  • Check the CPS week view : the event is back there

Change History

07/25/06 17:30:54 changed by ogrisel

This behavior is reproduced by the following test [47425]. The test is currently deactived. The problem is that the ZODBStorage is not aware that the event has been edited by the export/import cycle and thus does not update it's indexes.

The clean way to fix that would require to use Zope3 events and make the storage a subscriber of some "event modified" event.

08/01/06 17:10:15 changed by lregebro

  • status changed from new to closed.
  • resolution set to fixed.

I fixed the testcase now, so it should work.