Merge pull request #1824 from Jennydmz/BUG-11068
BUG 11068 Boton Continue no funcionaba al añadir un nuevo Intermediate Message Event. SOLVED
This commit is contained in:
@@ -9,7 +9,7 @@ var eventsNewAction = function(oForm) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oForm.onsubmit()) {
|
if (oForm) {
|
||||||
oRPC = new leimnud.module.rpc.xmlhttp({
|
oRPC = new leimnud.module.rpc.xmlhttp({
|
||||||
url : '../events/eventsNewAction',
|
url : '../events/eventsNewAction',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
@@ -164,7 +164,7 @@ var EventCompose = function(t){
|
|||||||
// previous calls for the old component
|
// previous calls for the old component
|
||||||
// url : '../events/eventsAjax',
|
// url : '../events/eventsAjax',
|
||||||
// args: 'request=showDynavars',
|
// 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
|
// the other sections inside processmaker
|
||||||
url : '../controls/varsAjax',
|
url : '../controls/varsAjax',
|
||||||
args: 'sSymbol=@@&displayOption=event'
|
args: 'sSymbol=@@&displayOption=event'
|
||||||
|
|||||||
Reference in New Issue
Block a user