Refresh calendar event in top window after changing its status

This commit is contained in:
Hadi Nategh 2014-12-01 08:50:14 +00:00
parent bd4448e967
commit b2de74d07f

View File

@ -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'])