mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 09:34:13 +01:00
Fixed Trac #176: LinkSet attributes should never be proposed for CSV mapping
SVN:trunk[609]
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user