mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
- Creation of n-n links with no attributes no longer prompts since it's not needed !
SVN:trunk[519]
This commit is contained in:
@@ -70,7 +70,11 @@ class UILinksWidget
|
||||
}
|
||||
}
|
||||
}
|
||||
$sAttributes = "['".implode("','", $aAttributes)."']";
|
||||
$sAttributes = '[]';
|
||||
if (count($aAttributes) > 0)
|
||||
{
|
||||
$sAttributes = "['".implode("','", $aAttributes)."']";
|
||||
}
|
||||
if ($oCurrentValuesSet != null)
|
||||
{
|
||||
// Serialize the link set into a JSon object
|
||||
|
||||
Reference in New Issue
Block a user