[CalendarServer-changes] [5483] CalendarServer/trunk/twistedcaldav/carddavxml.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 15 14:04:40 PDT 2010


Revision: 5483
          http://trac.macosforge.org/projects/calendarserver/changeset/5483
Author:   cdaboo at apple.com
Date:     2010-04-15 14:04:38 -0700 (Thu, 15 Apr 2010)
Log Message:
-----------
directory-gateway is a property and may be sent as an empty element.

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

Modified: CalendarServer/trunk/twistedcaldav/carddavxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/carddavxml.py	2010-04-15 21:03:20 UTC (rev 5482)
+++ CalendarServer/trunk/twistedcaldav/carddavxml.py	2010-04-15 21:04:38 UTC (rev 5483)
@@ -755,7 +755,7 @@
     hidden = True
     protected = True
 
-    allowed_children = { (davxml.dav_namespace, "href"): (1, 1) }
+    allowed_children = { (davxml.dav_namespace, "href"): (0, 1) }
     
 ##
 # Extensions to davxml.ResourceType
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100415/e3e0d8ea/attachment.html>


More information about the calendarserver-changes mailing list