mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
fixed not shown custom-fields in infolog
This commit is contained in:
parent
5fe98953a1
commit
e957750106
@ -129,7 +129,7 @@ class etemplate_widget_customfields extends etemplate_widget_transformer
|
|||||||
if ($app && $app != 'stylite' && $app != $GLOBALS['egw_info']['flags']['currentapp'] && (
|
if ($app && $app != 'stylite' && $app != $GLOBALS['egw_info']['flags']['currentapp'] && (
|
||||||
$GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate' || !$this->attrs['customfields'] ||
|
$GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate' || !$this->attrs['customfields'] ||
|
||||||
etemplate::$hooked
|
etemplate::$hooked
|
||||||
))
|
) || !isset($customfields))
|
||||||
{
|
{
|
||||||
// app changed
|
// app changed
|
||||||
$customfields =& egw_customfields::get($app);
|
$customfields =& egw_customfields::get($app);
|
||||||
|
Loading…
Reference in New Issue
Block a user