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

SVN:trunk[1916]
This commit is contained in:
Denis Flaven
2012-03-22 10:04:16 +00:00
parent 2533e2eca3
commit a4fd923759

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());