[CalendarServer-changes] [3333] CalendarServer/trunk/twistedcaldav/directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 6 14:07:30 PST 2008


Revision: 3333
          http://trac.macosforge.org/projects/calendarserver/changeset/3333
Author:   sagen at apple.com
Date:     2008-11-06 14:07:29 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
principal-search-property-set should return email-address-set not email-address

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

Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py	2008-11-06 20:57:31 UTC (rev 3332)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py	2008-11-06 22:07:29 UTC (rev 3333)
@@ -152,7 +152,7 @@
             ("lastName", None, "Last Name", customxml.LastNameProperty),
         (_cs_ns, "email-address-set") :
             ("emailAddresses", None, "Email Addresses",
-            customxml.EmailAddressProperty),
+            customxml.EmailAddressSet),
     }
 
     def propertyToField(self, property, match):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081106/6005633c/attachment.html>


More information about the calendarserver-changes mailing list