mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user