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

SVN:trunk[1915]
This commit is contained in:
Denis Flaven
2012-03-22 10:02:25 +00:00
parent c96952a369
commit 2533e2eca3
2 changed files with 39 additions and 2 deletions

View File

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