[CalendarServer-changes] [697]
CalendarServer/trunk/twistedcaldav/static.py
source_changes at macosforge.org
source_changes at macosforge.org
Tue Dec 5 12:05:43 PST 2006
Revision: 697
http://trac.macosforge.org/projects/calendarserver/changeset/697
Author: cdaboo at apple.com
Date: 2006-12-05 12:05:42 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
Make sure resources inside of inbox/outbox know what their principal-collection-set is.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/static.py
Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py 2006-12-05 19:29:35 UTC (rev 696)
+++ CalendarServer/trunk/twistedcaldav/static.py 2006-12-05 20:05:42 UTC (rev 697)
@@ -373,7 +373,7 @@
if path == self.fp.path:
return self
else:
- return CalDAVFile(path)
+ return CalDAVFile(path, principalCollections=self.principalCollections())
def index(self):
"""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/4c409a60/attachment.html
More information about the calendarserver-changes
mailing list