mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Updated schema.php to add web link to link class on linked set attributes
SVN:1.2.1[1938]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user