mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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
c68be51583
commit
25416167d9
@ -338,6 +338,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
switch ($link_app)
|
switch ($link_app)
|
||||||
{
|
{
|
||||||
case 'projectmanager':
|
case 'projectmanager':
|
||||||
|
$content['pm_id'] = $link_id;
|
||||||
$links[] = $link_id;
|
$links[] = $link_id;
|
||||||
// fall-through;
|
// fall-through;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user