forked from extern/egroupware
Apparently we do care about group invitations for determining status
This commit is contained in:
parent
3e054b90f7
commit
d6298d8c9b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user