forked from extern/egroupware
let refesh know which entry was saved
This commit is contained in:
parent
0209a59252
commit
ae3e4cedfd
@ -159,6 +159,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
'priority' => 2, // normal
|
'priority' => 2, // normal
|
||||||
'public'=> $this->cal_prefs['default_private'] ? 0 : 1,
|
'public'=> $this->cal_prefs['default_private'] ? 0 : 1,
|
||||||
'alarm' => array(),
|
'alarm' => array(),
|
||||||
|
'recur_exception' => array(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -839,7 +840,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
}
|
}
|
||||||
|
|
||||||
$msg = $message . ($msg ? ', ' . $msg : '');
|
$msg = $message . ($msg ? ', ' . $msg : '');
|
||||||
egw_framework::refresh_opener($msg, 'calendar');
|
egw_framework::refresh_opener($msg, 'calendar', $event['id']);
|
||||||
// writing links for new entry, existing ones are handled by the widget itself
|
// writing links for new entry, existing ones are handled by the widget itself
|
||||||
if (!$content['id'] && is_array($content['link_to']['to_id']))
|
if (!$content['id'] && is_array($content['link_to']['to_id']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user