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

SVN:1.2.1[1938]
This commit is contained in:
Romain Quetiez
2012-04-03 11:25:41 +00:00
parent 46c71fcefc
commit 3d5c05f6d4

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();