BUG 11068 Boton Continue no funcionaba al añr un nueevo Intermediate Message Event. SOLVED

El boton 'Continue' estaba bloqueado y no se podia crear un nuevo Intermediate Message Event. Se arreglo la validacion que hacia q este boton funcione y ahora permite crear uno nuevo.
This commit is contained in:
jennylee
2013-06-20 17:01:26 -04:00
parent 7b1eff98c1
commit ab8624d795

View File

@@ -9,7 +9,7 @@ var eventsNewAction = function(oForm) {
return false;
}
if (oForm.onsubmit()) {
if (oForm) {
oRPC = new leimnud.module.rpc.xmlhttp({
url : '../events/eventsNewAction',
method: 'POST',