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

SVN:trunk[934]
This commit is contained in:
Denis Flaven
2010-11-02 09:29:55 +00:00
parent 562cfde587
commit 72dbb9cb8f

View File

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