소스 검색

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
 		{