mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Schdule was only save new entries, not existing ones which got updated (only if you edit rights), same for ical export
This commit is contained in:
parent
1e4c845aab
commit
2dac72f0da
@ -1509,10 +1509,13 @@ class infolog_ui
|
||||
if ($button)
|
||||
{
|
||||
// Copy or schedule Infolog
|
||||
if (in_array($button,array('copy','schedule')))
|
||||
if (in_array($button,array('copy','schedule','ical')))
|
||||
{
|
||||
$action = $button;
|
||||
if (!$info_id) $button = 'apply'; // need to store infolog first
|
||||
if (!$info_id || $this->bo->check_access($info_id,EGW_ACL_EDIT))
|
||||
{
|
||||
$button = 'apply'; // need to store infolog first
|
||||
}
|
||||
}
|
||||
if ($button == 'print')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user