[CalendarServer-changes] [13381] CalendarServer/trunk/twistedcaldav/directory/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 29 09:28:05 PDT 2014


Revision: 13381
          http://trac.calendarserver.org//changeset/13381
Author:   cdaboo at apple.com
Date:     2014-04-29 09:28:05 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
Fix attribute to match .who implementation.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/resource.py

Modified: CalendarServer/trunk/twistedcaldav/directory/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/resource.py	2014-04-29 01:23:50 UTC (rev 13380)
+++ CalendarServer/trunk/twistedcaldav/directory/resource.py	2014-04-29 16:28:05 UTC (rev 13381)
@@ -32,7 +32,7 @@
         self.parent = parent
         self.record = record
 
-        super(DirectoryReverseProxyResource, self).__init__(self.record.serverID)
+        super(DirectoryReverseProxyResource, self).__init__(self.record.serviceNodeUID)
 
 
     def url(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140429/3e53a934/attachment.html>


More information about the calendarserver-changes mailing list