mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
#328 Added the capability to import/export link sets in CSV format
SVN:trunk[1129]
This commit is contained in:
@@ -163,8 +163,9 @@ function GetMappingForField($sClassName, $sFieldName, $iFieldIndex, $bAdvancedMo
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ( ($oAttDef->IsWritable()) && (!$oAttDef->IsLinkSet()) )
|
||||
else if ($oAttDef->IsWritable() && ($bAdvancedMode || !$oAttDef->IsLinkset()))
|
||||
{
|
||||
|
||||
if (!$oAttDef->IsNullAllowed())
|
||||
{
|
||||
$sStar = '*';
|
||||
|
||||
Reference in New Issue
Block a user