mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
Restore pm_id & project merge markers
This commit is contained in:
parent
a873cf93f0
commit
a07cc48066
@ -114,6 +114,14 @@ class infolog_merge extends bo_merge
|
|||||||
$array['attachments'] = $this->get_links('infolog', $id, egw_link::VFS_APPNAME);
|
$array['attachments'] = $this->get_links('infolog', $id, egw_link::VFS_APPNAME);
|
||||||
$array['links_attachments'] = $this->get_links('infolog', $id);
|
$array['links_attachments'] = $this->get_links('infolog', $id);
|
||||||
|
|
||||||
|
// Check for linked project ID
|
||||||
|
$links = egw_link::get_links('infolog', $id, 'projectmanager');
|
||||||
|
foreach($links as $link_id => $app_id) {
|
||||||
|
$array['pm_id'] = $app_id;
|
||||||
|
$array['project'] = egw_link::title('projectmanager', $app_id);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
// Add markers
|
// Add markers
|
||||||
foreach($array as $key => &$value)
|
foreach($array as $key => &$value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user