فهرست منبع

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1939 a333f486-631f-4898-b8df-5754b55c2be0
romainq 13 سال پیش
والد
کامیت
e412571c9b
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      pages/schema.php

+ 4 - 0
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();