mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Hide parent & contact in parent placeholder list
This commit is contained in:
parent
7dba4b9284
commit
bcfcc51398
@ -248,6 +248,11 @@ class infolog_merge extends Api\Storage\Merge
|
||||
$this->get_placeholder_list(($prefix ? $prefix . '/' : '') . 'info_id_parent')
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
unset($placeholders[lang('parent')]);
|
||||
unset($placeholders[lang($tracking->field2label['info_from'])]);
|
||||
}
|
||||
return $placeholders;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user