فهرست منبع

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1916 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 سال پیش
والد
کامیت
40b704fa82
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      js/wizardhelper.js

+ 6 - 0
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());