mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 03:28:45 +02:00
Fixed the broken n:n links management UI (Add button remained disabled)
SVN:trunk[2097]
This commit is contained in:
@@ -970,6 +970,8 @@ oTable.tablesorter( { $sHeaders widgets: ['myZebra', 'truncatedList'] $sSortList
|
||||
EOF
|
||||
);
|
||||
|
||||
if ($iNbPages == 1)
|
||||
{
|
||||
if (isset($aExtraParams['cssCount']))
|
||||
{
|
||||
$sCssCount = $aExtraParams['cssCount'];
|
||||
@@ -993,6 +995,7 @@ EOF
|
||||
EOF
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
return $sHtml;
|
||||
}
|
||||
|
||||
@@ -104,7 +104,7 @@ class UILinksWizard
|
||||
var nbChecked = $('.selection:checked').length;
|
||||
if (nbChecked > 0)
|
||||
{
|
||||
$('#btnRemove').attr('disabled','');
|
||||
$('#btnRemove').removeAttr('disabled');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user