N°3750 Fix no data-input-id attribute for status attribute

This commit is contained in:
Pierre Goiffon
2021-02-24 18:42:50 +01:00
parent c8911f1fa9
commit 30cddeae2d

View File

@@ -860,6 +860,7 @@ EOF
$val = array(
'label' => '<label>'.$oAttDef->GetLabel().'</label>',
'value' => $sHTMLValue,
'inputId' => $sInputId,
'comments' => $sComments,
'infos' => $sInfos,
);