mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
Add web link to link class in schema.php for an attribute linkset
SVN:1.2[1937]
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