[CalendarServer-changes] [10817] CalendarServer/branches/release/CalendarServer-4.3-dev/ twistedcaldav/scheduling/processing.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 26 14:10:58 PST 2013


Revision: 10817
          http://trac.calendarserver.org//changeset/10817
Author:   cdaboo at apple.com
Date:     2013-02-26 14:10:58 -0800 (Tue, 26 Feb 2013)
Log Message:
-----------
Make sure an auto-accept change during an attendee refresh causes the time range index to be updated.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-4.3-dev/twistedcaldav/scheduling/processing.py

Modified: CalendarServer/branches/release/CalendarServer-4.3-dev/twistedcaldav/scheduling/processing.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-4.3-dev/twistedcaldav/scheduling/processing.py	2013-02-26 20:29:44 UTC (rev 10816)
+++ CalendarServer/branches/release/CalendarServer-4.3-dev/twistedcaldav/scheduling/processing.py	2013-02-26 22:10:58 UTC (rev 10817)
@@ -527,7 +527,7 @@
                     store_inbox = True
 
                 # Let the store know that no time-range info has changed for a refresh
-                if hasattr(self.request, "doing_attendee_refresh"):
+                if hasattr(self.request, "doing_attendee_refresh") and not send_reply:
                     new_calendar.noInstanceIndexing = True
     
                 # Update the attendee's copy of the event
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130226/463b8b7c/attachment.html>


More information about the calendarserver-changes mailing list