git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4388 a333f486-631f-4898-b8df-5754b55c2be0
@@ -688,6 +688,7 @@ EOF
else
{
$val = array('label' => '<span title="'.$oAttDef->GetDescription().'">'.$oAttDef->GetLabel().'</span>', 'value' => "<span id=\"field_{$sInputId}\">".$this->GetAsHTML($sAttCode)."</span>", 'comments' => $sComments, 'infos' => $sInfos);
+ $aFieldsMap[$sAttCode] = $sInputId;
}