Bug fix: support [+] button inside linkedsets.. with constraints (cf Revision 1913)

SVN:1.2.1[2115]
This commit is contained in:
Denis Flaven
2012-06-28 12:15:52 +00:00
parent ea3fe45ce5
commit 470397e2fd
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -136,6 +136,12 @@ function WizardHelper(sClass, sFormPrefix, sState)
}
}
this.UpdateWizardToJSON = function ()
{
this.UpdateWizard();
return this.ToJSON()
}
this.AjaxQueryServer = function ()
{
//console.log('data sent:', this.ToJSON());