mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
Set lank projectmanager link as pm_id. Fix timesheet project field does not show linked project link as pre-selected project
This commit is contained in:
parent
f18c4811fe
commit
be2bbb3863
@ -338,6 +338,7 @@ class timesheet_ui extends timesheet_bo
|
||||
switch ($link_app)
|
||||
{
|
||||
case 'projectmanager':
|
||||
$content['pm_id'] = $link_id;
|
||||
$links[] = $link_id;
|
||||
// fall-through;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user