[CalendarServer-changes] [2404] CalendarServer/branches/propfind-cache-3/twistedcaldav/directory/ calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 9 13:27:50 PDT 2008


Revision: 2404
          http://trac.macosforge.org/projects/calendarserver/changeset/2404
Author:   dreid at apple.com
Date:     2008-05-09 13:27:50 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Update parent's cache token on setGroupMemberSet.

Modified Paths:
--------------
    CalendarServer/branches/propfind-cache-3/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/branches/propfind-cache-3/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/branches/propfind-cache-3/twistedcaldav/directory/calendaruserproxy.py	2008-05-09 20:27:41 UTC (rev 2403)
+++ CalendarServer/branches/propfind-cache-3/twistedcaldav/directory/calendaruserproxy.py	2008-05-09 20:27:50 UTC (rev 2404)
@@ -184,6 +184,7 @@
         uids = [p.principalUID() for p in principals]
 
         self._index().setGroupMembers(self.uid, uids)
+        self.parent.cacheNotifier.changed()
         return succeed(True)
 
     ##

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080509/ab66ce4a/attachment.html


More information about the calendarserver-changes mailing list