Some fixes for videoconference alarm notification:

- Send necessary info to the client via calendar notification
- Show dialog always on the top
This commit is contained in:
Hadi Nategh
2020-04-08 11:28:09 +02:00
parent 55c90c880c
commit bdd0eef739
4 changed files with 10 additions and 5 deletions

View File

@ -358,13 +358,13 @@
case EGW_PR_NOTIFY_HEIGH:
if (notifymessages[id]['extra_data']['videoconference'] && notifymessages[id]['extra_data']['alarm-offset'] <= 300)
{
app.status.notificationPopup(notifymessages[id]['extra_data']['videoconference']);
app.status.notificationPopup(notifymessages[id]['extra_data']['videoconference'],
notifymessages[id]['extra_data']['account_id'], notifymessages[id]['extra_data']['name']);
}
else {
poped.push(id);
this.toggle(true);
}
this.toggle(true);
poped.push(id);
break;
case EGW_PR_NOTIFY_MEDIUM:
case EGW_PR_NOTIFY_LOW: