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

SVN:1.2[1914]
This commit is contained in:
Denis Flaven
2012-03-22 09:38:03 +00:00
parent d1e4e2109f
commit 828c02db0b

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