Add web link to link class in schema.php for an attribute linkset

SVN:1.2[1937]
This commit is contained in:
Erwan Taloc
2012-04-03 11:18:23 +00:00
parent da875dd945
commit fcaad0cd07

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