mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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')
|
$this->get_placeholder_list(($prefix ? $prefix . '/' : '') . 'info_id_parent')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
unset($placeholders[lang('parent')]);
|
||||||
|
unset($placeholders[lang($tracking->field2label['info_from'])]);
|
||||||
|
}
|
||||||
return $placeholders;
|
return $placeholders;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user