[CalendarServer-changes] [1483] CalendarServer/trunk/twistedcaldav/dropbox.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 13 08:24:08 PDT 2007


Revision: 1483
          http://trac.macosforge.org/projects/calendarserver/changeset/1483
Author:   cdaboo at apple.com
Date:     2007-04-13 08:24:08 -0700 (Fri, 13 Apr 2007)

Log Message:
-----------
Group members are actually returned principal resources.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/dropbox.py

Modified: CalendarServer/trunk/twistedcaldav/dropbox.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dropbox.py	2007-04-13 00:29:15 UTC (rev 1482)
+++ CalendarServer/trunk/twistedcaldav/dropbox.py	2007-04-13 15:24:08 UTC (rev 1483)
@@ -123,7 +123,7 @@
                 
                 if members:
                     for member in members:
-                        result.append(davxml.Principal(davxml.HRef.fromString(member)))
+                        result.append(davxml.Principal(davxml.HRef.fromString(member.principalURL())))
                 else:
                     result.append(davxml.Principal(principal))
             yield result

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


More information about the calendarserver-changes mailing list