mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 21:29:45 +02: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:
@ -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:
|
||||
|
Reference in New Issue
Block a user