fix infolog widget like tracker e4be366e83

This commit is contained in:
ralf 2023-07-13 12:06:23 +02:00
parent 43bb78aeec
commit c4bc1b0ffc

View File

@ -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,
),
),
);