mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Bug fix: support [+] button inside linkedsets
SVN:1.2[1908]
This commit is contained in:
@@ -126,7 +126,14 @@ class UIExtKeyWidget
|
||||
}
|
||||
else
|
||||
{
|
||||
$sWizHelper = 'oWizardHelper'.$sFormPrefix;
|
||||
if (isset($aArgs['wizHelper']))
|
||||
{
|
||||
$sWizHelper = $aArgs['wizHelper'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$sWizHelper = 'oWizardHelper'.$sFormPrefix;
|
||||
}
|
||||
$sWizHelperJSON = $sWizHelper.'.ToJSON()';
|
||||
$sJSSearchMode = 'false';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user