[CalendarServer-changes] [7950] CalendarServer/branches/users/glyph/imip-and-admin-html/ calendarserver/webadmin/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:49:27 PDT 2011


Revision: 7950
          http://trac.macosforge.org/projects/calendarserver/changeset/7950
Author:   glyph at apple.com
Date:     2011-08-11 21:49:26 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
don't display parse error when the property is properly specified

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py	2011-08-12 04:49:14 UTC (rev 7949)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/calendarserver/webadmin/resource.py	2011-08-12 04:49:26 UTC (rev 7950)
@@ -209,6 +209,8 @@
         Renderer to display an error when the user specifies an invalid property
         name.
         """
+        if not self.error:
+            return ""
         # FIXME IMPLEMENT
         return tag
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/5e02b16e/attachment.html>


More information about the calendarserver-changes mailing list