(regression from iTop 2.2.x) ExternalFields were not automatically reloaded when the corresponding external key changed.

SVN:trunk[4388]
This commit is contained in:
Denis Flaven
2016-09-06 10:08:06 +00:00
parent 8bed267feb
commit ffc756e4a4

View File

@@ -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;
}
}
else