mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Set the timesheet title to the first linked entry
This commit is contained in:
parent
ff7601188f
commit
30ce9afd8b
@ -316,7 +316,10 @@ class timesheet_ui extends timesheet_bo
|
||||
unset($content['end_time']);
|
||||
break;
|
||||
default:
|
||||
$preserv['ts_title_blur'] = egw_link::title($link_app,$link_id);
|
||||
if(!$preserv['ts_title_blur'])
|
||||
{
|
||||
$preserv['ts_title_blur'] = egw_link::title($link_app,$link_id);
|
||||
}
|
||||
break;
|
||||
}
|
||||
egw_link::link(TIMESHEET_APP,$content['link_to']['to_id'],$link_app,$link_id);
|
||||
|
Loading…
Reference in New Issue
Block a user