mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3750 Add data-input-id to field container
This will allow easiest DOM manipulation in BeHat tests
This commit is contained in:
@@ -906,6 +906,7 @@ EOF
|
||||
$val = array(
|
||||
'label' => '<span '.$sDescriptionHTMLTag.' >'.$oAttDef->GetLabel().'</span>',
|
||||
'value' => $sHTMLValue,
|
||||
'inputId' => $sInputId,
|
||||
'comments' => $sComments,
|
||||
'infos' => $sInfos,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user