Bug fix: support [+] button inside linkedsets.. with constraints

SVN:1.2[1913]
This commit is contained in:
Denis Flaven
2012-03-22 09:35:25 +00:00
parent b7a9b340b8
commit d1e4e2109f
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ class UIExtKeyWidget
{
$sWizHelper = 'oWizardHelper'.$sFormPrefix;
}
$sWizHelperJSON = $sWizHelper.'.ToJSON()';
$sWizHelperJSON = $sWizHelper.'.UpdateWizardToJSON()';
$sJSSearchMode = 'false';
}
if (is_null($oAllowedValues))