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