mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
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];
|
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);
|
status = et2_calendar_event.split_status(status);
|
||||||
|
|
||||||
switch (status)
|
switch (status)
|
||||||
|
Loading…
Reference in New Issue
Block a user