[CalendarServer-changes] [629] CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/ static.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 1 00:19:09 PST 2006


Revision: 629
          http://trac.macosforge.org/projects/calendarserver/changeset/629
Author:   wsanchez at apple.com
Date:     2006-12-01 00:19:08 -0800 (Fri, 01 Dec 2006)

Log Message:
-----------
Pass down the principal collections to children of CalendarHomeFile.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py	2006-12-01 07:41:28 UTC (rev 628)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py	2006-12-01 08:19:08 UTC (rev 629)
@@ -652,7 +652,7 @@
         if path == self.fp.path:
             return self
         else:
-            return CalDAVFile(path)
+            return CalDAVFile(path, principalCollections=self._parent.principalCollections())
 
     def getChild(self, name):
         # This avoids finding case variants of put children on case-insensitive filesystems.

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


More information about the calendarserver-changes mailing list