[CalendarServer-changes] [9750] CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 29 07:56:32 PDT 2012


Revision: 9750
          http://trac.macosforge.org/projects/calendarserver/changeset/9750
Author:   cdaboo at apple.com
Date:     2012-08-29 07:56:30 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
Lost the option to show displayname in ls listing in last commit.

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py	2012-08-28 15:28:09 UTC (rev 9749)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/browser/commands/ls.py	2012-08-29 14:56:30 UTC (rev 9750)
@@ -90,6 +90,8 @@
             props += (davxml.getcontentlength, davxml.getlastmodified,)
         if ctag:
             props += (csxml.getctag,)
+        if displayname:
+            props += (davxml.displayname,)
         if etag:
             props += (davxml.getetag,)
         if supported_components:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120829/ca642811/attachment.html>


More information about the calendarserver-changes mailing list