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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user