[CalendarServer-changes] [15025] CalendarServer/trunk/txdav/who/groups.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 3 13:49:39 PDT 2015


Revision: 15025
          http://trac.calendarserver.org//changeset/15025
Author:   sagen at apple.com
Date:     2015-08-03 13:49:39 -0700 (Mon, 03 Aug 2015)
Log Message:
-----------
Only delete other GroupDelegateChangesWork items for the specific uid

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/groups.py

Modified: CalendarServer/trunk/txdav/who/groups.py
===================================================================
--- CalendarServer/trunk/txdav/who/groups.py	2015-08-03 16:40:22 UTC (rev 15024)
+++ CalendarServer/trunk/txdav/who/groups.py	2015-08-03 20:49:39 UTC (rev 15025)
@@ -116,7 +116,7 @@
 
 class GroupDelegateChangesWork(AggregatedWorkItem, fromTable(schema.GROUP_DELEGATE_CHANGES_WORK)):
 
-    delegator = property(lambda self: (self.table.DELEGATOR_UID == self.delegatorUID))
+    group = property(lambda self: (self.table.DELEGATOR_UID == self.delegatorUID))
 
     @inlineCallbacks
     def doWork(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150803/d1de19ec/attachment.html>


More information about the calendarserver-changes mailing list