[CalendarServer-changes] [10136] CalendarServer/branches/users/cdaboo/managed-attachments/txdav/ caldav/datastore/file.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 7 11:20:46 PST 2012


Revision: 10136
          http://trac.calendarserver.org//changeset/10136
Author:   cdaboo at apple.com
Date:     2012-12-07 11:20:46 -0800 (Fri, 07 Dec 2012)
Log Message:
-----------
Add missing api for unit test pass.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/managed-attachments/txdav/caldav/datastore/file.py

Modified: CalendarServer/branches/users/cdaboo/managed-attachments/txdav/caldav/datastore/file.py
===================================================================
--- CalendarServer/branches/users/cdaboo/managed-attachments/txdav/caldav/datastore/file.py	2012-12-07 18:26:55 UTC (rev 10135)
+++ CalendarServer/branches/users/cdaboo/managed-attachments/txdav/caldav/datastore/file.py	2012-12-07 19:20:46 UTC (rev 10136)
@@ -391,7 +391,17 @@
         pass
 
 
+    def creatingResourceCheckAttachments(self, component):
+        """
+        When component data is created or changed we need to look for changes related to managed attachments.
 
+        @param component: the new calendar data
+        @type component: L{Component}
+        """
+        return succeed(None)
+
+
+
 class CalendarObject(CommonObjectResource, CalendarObjectBase):
     """
     @ivar _path: The path of the .ics file on disk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121207/2688e534/attachment.html>


More information about the calendarserver-changes mailing list