fix for redirect to new bpmnDesigner for new Process

This commit is contained in:
Erik Amaru Ortiz
2011-03-03 13:08:18 +00:00
parent 842b6447f6
commit cf056afec1

View File

@@ -478,7 +478,7 @@ function saveProcess()
if( editor == 'classic')
location.href = 'processes_Map?PRO_UID='+resp.result.PRO_UID;
else
location.href = '../bpmn/processmap?PRO_UID='+resp.result.PRO_UID;
location.href = '../bpmnDesigner?id='+resp.result.PRO_UID;
},
failure: function(obj, resp) {
//Ext.Msg.alert( _('ID_ERROR'), resp.result.msg);