mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +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:
parent
f18c4811fe
commit
be2bbb3863
@ -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…
x
Reference in New Issue
Block a user