#328 Added the capability to import/export link sets in CSV format

SVN:trunk[1129]
This commit is contained in:
Romain Quetiez
2011-03-14 14:11:08 +00:00
parent 52a47b193d
commit f3cc490295
11 changed files with 422 additions and 90 deletions

View File

@@ -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 = '*';