[CalendarServer-changes] [9948] CalendarServer/trunk/calendarserver/tools/shell/vfs.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 16 18:27:44 PDT 2012


Revision: 9948
          http://trac.calendarserver.org//changeset/9948
Author:   wsanchez at apple.com
Date:     2012-10-16 18:27:44 -0700 (Tue, 16 Oct 2012)
Log Message:
-----------
Add list.fieldNames

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell/vfs.py

Modified: CalendarServer/trunk/calendarserver/tools/shell/vfs.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-10-17 00:57:58 UTC (rev 9947)
+++ CalendarServer/trunk/calendarserver/tools/shell/vfs.py	2012-10-17 01:27:44 UTC (rev 9948)
@@ -289,8 +289,10 @@
 
         returnValue(results.itervalues())
 
+        list.fieldNames = ("Record Name", "Short Name", "Full Name")
 
 
+
 class RecordFolder(Folder):
     def _recordForName(self, name):
         recordTypeAttr = "recordType_" + self.recordType
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121016/ef3450ca/attachment.html>


More information about the calendarserver-changes mailing list