IMPROVEMENT

This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-04-07 17:28:11 -04:00
parent b0cbe08d62
commit c31075af07

View File

@@ -647,10 +647,11 @@ editProcess = function(typeParam)
if (type == "bpmn") {
url = '../designer?prj_uid=' + pro_uid;
openWindowIfIE(url);
} else {
url = 'processes_Map?PRO_UID=' + pro_uid;
location.href = url;
}
openWindowIfIE(url);
}
editNewProcess = function(){