FIX, al crear un nuevo proyecto el prj_uid carga vacio. SOLVED

This commit is contained in:
Erik Amaru Ortiz
2014-03-14 16:11:06 -04:00
parent fd9fee8843
commit a8a140e12e

View File

@@ -564,7 +564,7 @@ function saveProcess()
if (projectType == 'classicProject') {
location.href = 'processes_Map?PRO_UID='+resp.result.PRO_UID;
} else {
location.href = '../designer?pro_uid='+resp.result.PRO_UID;
location.href = '../designer?prj_uid='+resp.result.PRO_UID;
}
},
failure: function(obj, resp) {