mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Api: Fix Asyncservice did not have proper filesystem access as the job user
This commit is contained in:
parent
45758aaada
commit
218e17798d
@ -239,7 +239,10 @@ class timesheet_ui extends timesheet_bo
|
||||
if ($this->data['old_pm_id'])
|
||||
{
|
||||
Link::unlink2(0,TIMESHEET_APP,$content['link_to']['to_id'],0,'projectmanager',$this->data['old_pm_id']);
|
||||
unset($content['link_to']['to_id']['projectmanager:'.$this->data['old_pm_id']]);
|
||||
if(is_array($content['link_to']['to_id']))
|
||||
{
|
||||
unset($content['link_to']['to_id']['projectmanager:' . $this->data['old_pm_id']]);
|
||||
}
|
||||
unset($this->data['old_pm_id']);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user