Updated schema.php to add web link to link class on linked set attributes

SVN:trunk[1939]
This commit is contained in:
Romain Quetiez
2012-04-03 11:29:48 +00:00
parent 009a91ab59
commit c354fecad4

View File

@@ -385,6 +385,10 @@ function DisplayClassDetails($oPage, $sClass, $sContext)
{
$sValue = Dict::Format('UI:Schema:ExternalKey_To',MakeClassHLink($oAttDef->GetTargetClass(), $sContext));
}
elseif ($oAttDef->IsLinkSet())
{
$sValue = MakeClassHLink($oAttDef->GetLinkedClass(), $sContext);
}
else
{
$sValue = $oAttDef->GetDescription();