mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Refresh calendar event in top window after changing its status
This commit is contained in:
parent
c53625a4e4
commit
a1c4c78bae
@ -473,6 +473,8 @@ class calendar_uiforms extends calendar_ui
|
||||
else
|
||||
{
|
||||
$msg = lang('Status changed');
|
||||
//Refresh the event in the main window after changing status
|
||||
egw_framework::refresh_opener($msg, 'calendar', $event['id']);
|
||||
}
|
||||
}
|
||||
if (!$content['no_popup'])
|
||||
|
Loading…
Reference in New Issue
Block a user