[CalendarServer-changes] [13415] CalendarServer/trunk/txdav/who/directory.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 2 18:22:46 PDT 2014


Revision: 13415
          http://trac.calendarserver.org//changeset/13415
Author:   cdaboo at apple.com
Date:     2014-05-02 18:22:46 -0700 (Fri, 02 May 2014)
Log Message:
-----------
Config option was changed.

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

Modified: CalendarServer/trunk/txdav/who/directory.py
===================================================================
--- CalendarServer/trunk/txdav/who/directory.py	2014-05-03 01:21:19 UTC (rev 13414)
+++ CalendarServer/trunk/txdav/who/directory.py	2014-05-03 01:22:46 UTC (rev 13415)
@@ -256,7 +256,7 @@
         try:
             if not (
                 self.hasCalendars or (
-                    config.Scheduling.Options.AllowGroupAsAttendee and
+                    config.GroupAttendees.Enabled and
                     self.recordType == BaseRecordType.group
                 )
             ):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140502/cc9ca985/attachment-0001.html>


More information about the calendarserver-changes mailing list