mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix pm_id sometimes gets lost when saving infolog
This commit is contained in:
parent
7cc280ac5f
commit
f77d786387
@ -1784,7 +1784,7 @@ class infolog_ui
|
|||||||
if ($content['pm_id'])
|
if ($content['pm_id'])
|
||||||
{
|
{
|
||||||
//echo "<p>this->link->link('infolog',{$content['link_to']['to_id']},'projectmanager',{$content['pm_id']});</p>";
|
//echo "<p>this->link->link('infolog',{$content['link_to']['to_id']},'projectmanager',{$content['pm_id']});</p>";
|
||||||
Link::link('infolog',$content['link_to']['to_id'],'projectmanager',$content['pm_id']);
|
Link::link('infolog',$info_id,'projectmanager',$content['pm_id']);
|
||||||
// making the project the selected link, if no other link selected
|
// making the project the selected link, if no other link selected
|
||||||
if (!$info_link_id || $info_link_id == 'projectmanager:'.$content['old_pm_id'])
|
if (!$info_link_id || $info_link_id == 'projectmanager:'.$content['old_pm_id'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user