From fcaad0cd07b81b1e3b4b47a9564241e4ebe3d6e2 Mon Sep 17 00:00:00 2001 From: Erwan Taloc Date: Tue, 3 Apr 2012 11:18:23 +0000 Subject: [PATCH] Add web link to link class in schema.php for an attribute linkset SVN:1.2[1937] --- pages/schema.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/schema.php b/pages/schema.php index 34642935e..c2c01c094 100644 --- a/pages/schema.php +++ b/pages/schema.php @@ -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();