瀏覽代碼

Fixed Trac #312: initial form validation for the "apply stimulus/change state" wizard.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@934 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 年之前
父節點
當前提交
2d2cc2218d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pages/UI.php

+ 6 - 0
pages/UI.php

@@ -1207,6 +1207,12 @@ try
 			oWizardHelper.SetFieldsCount($iFieldsCount);
 EOF
 );
+			$oP->add_ready_script(
+<<<EOF
+			// Starts the validation when the page is ready
+			CheckFields('apply_stimulus', false);
+EOF
+);
 		}
 		else
 		{