From 828c02db0bc848ea579b3459a22b83bf75df12f8 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 22 Mar 2012 09:38:03 +0000 Subject: [PATCH] Bug fix: support [+] button inside linkedsets.. with constraints SVN:1.2[1914] --- js/wizardhelper.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/wizardhelper.js b/js/wizardhelper.js index a66be5cd8..ffdece1e3 100644 --- a/js/wizardhelper.js +++ b/js/wizardhelper.js @@ -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());