[CalendarServer-changes] [9475] CalendarServer/branches/users/gaya/inviteclean/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 20 18:03:50 PDT 2012


Revision: 9475
          http://trac.macosforge.org/projects/calendarserver/changeset/9475
Author:   gaya at apple.com
Date:     2012-07-20 18:03:50 -0700 (Fri, 20 Jul 2012)
Log Message:
-----------
add missing parm to ._bindInsertQuery in shareWith.doInsert()

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-21 00:49:50 UTC (rev 9474)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-21 01:03:50 UTC (rev 9475)
@@ -2096,7 +2096,7 @@
                 subt, homeID=shareeHome._resourceID,
                 resourceID=self._resourceID, name=newName, mode=mode,
                 seenByOwner=True, seenBySharee=True,
-                bindStatus=_BIND_STATUS_ACCEPTED,
+                bindStatus=_BIND_STATUS_ACCEPTED, message=None
             )
             yield self._insertInviteQuery.on(
                 subt, uid=newName, name=str(dnprop),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120720/37a6caed/attachment-0001.html>


More information about the calendarserver-changes mailing list