git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1939 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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();