XML Export: do not export "unimplemented" link sets, so that the resulting output can be used as sample data in the setup

SVN:trunk[2106]
This commit is contained in:
Romain Quetiez
2012-06-14 09:26:23 +00:00
parent 51ba8df159
commit dc90de5a2b

View File

@@ -1478,12 +1478,15 @@ EOF
else
{
if ($oAttDef->IsWritable())
{
if (!$oAttDef->IsLinkSet())
{
$sValue = $oObj->GetAsXML($sAttCode);
$oPage->add("<$sAttCode>$sValue</$sAttCode>\n");
}
}
}
}
$oPage->add("</$sClassName>\n");
}
if (count($aAuthorizedClasses) > 1)