From c4bc1b0ffca70c118f823eda24ca2f037fc0616a Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 13 Jul 2023 12:06:23 +0200 Subject: [PATCH] fix infolog widget like tracker https://github.com/EGroupware/tracker/commit/e4be366e8354c2e9e03d844fb3f8ab85621d62b4 --- infolog/inc/class.infolog_widget.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/infolog/inc/class.infolog_widget.inc.php b/infolog/inc/class.infolog_widget.inc.php index 83798b7a59..87dfb68285 100644 --- a/infolog/inc/class.infolog_widget.inc.php +++ b/infolog/inc/class.infolog_widget.inc.php @@ -54,11 +54,10 @@ class infolog_widget extends Etemplate\Widget\Entry ), '__default__' => array( 'options' => array( - '' => array('id' => '@value[@id]'), // Others added automatically in constructor - '__default__' => array('type' => 'label', 'options' => ''), + '__default__' => array('type' => 'label'), ), - 'no_lang' => 1, + 'no_lang' => true, ), ), );