Apparently we do care about group invitations for determining status

This commit is contained in:
Nathan Gray 2015-11-13 20:48:28 +00:00
parent 3e054b90f7
commit d6298d8c9b

View File

@ -315,8 +315,6 @@ var et2_calendar_event = et2_valueWidget.extend([et2_IDetachedDOM],
{
var status = this.options.value.participants[id];
if (parseInt(id) < 0) continue; // as we cant accept/reject groups, we dont care about them here
status = et2_calendar_event.split_status(status);
switch (status)