forked from extern/egroupware
Refresh calendar event in top window after changing its status
This commit is contained in:
parent
bd4448e967
commit
b2de74d07f
@ -473,6 +473,8 @@ class calendar_uiforms extends calendar_ui
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$msg = lang('Status changed');
|
$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'])
|
if (!$content['no_popup'])
|
||||||
|
Loading…
Reference in New Issue
Block a user