BUG 11068 Intermediate Message Event Does not fire on first Task in Sub Process IMPROVEMENT

- El bug se debe a un cambio originado para la validacion de los botones submit (evitar que se haga submit 2 veces)

- Se agregaron las validaciones correspondientes para que no de problemas con la nueva validacion
This commit is contained in:
Julio Cesar Laura
2013-06-25 16:59:15 -04:00
parent 954f01b69b
commit ed825c4f81
10 changed files with 14 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ var form_{$form->id};
var i;
function loadForm_{$form->id}(ajaxServer)
{literal}{{/literal}
swSubmitValidateForm = 1;
if (typeof(G_Form)==='undefined') return alert('form.js was not loaded');
form_{$form->id}=new G_Form(document.getElementById('{$form->id}'),'{$form->id}');
var myForm=form_{$form->id};