git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@609 a333f486-631f-4898-b8df-5754b55c2be0
@@ -126,7 +126,7 @@ function GetMappingForField($sClassName, $sFieldName, $iFieldIndex, $bAdvancedMo
}
- else if ($oAttDef->IsWritable())
+ else if ( ($oAttDef->IsWritable()) && (!$oAttDef->IsLinkSet()) )
{
$aChoices[$sAttCode] = $oAttDef->GetLabel();
if ( ($sFieldName == $oAttDef->GetLabel()) || ($sFieldName == $sAttCode))