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',
@@ -164,7 +164,7 @@ var EventCompose = function(t){
// previous calls for the old component
// url : '../events/eventsAjax',
// args: 'request=showDynavars',
// the control for assign dynavars is the same as
// the control for assign dynavars is the same as
// the other sections inside processmaker
url : '../controls/varsAjax',
args: 'sSymbol=@@&displayOption=event'