Integrating new class Util\HttpStream for export mehods, bpmn and old projects.

This commit is contained in:
Erik Amaru Ortiz
2014-03-05 20:15:53 -04:00
parent 6f385257ea
commit 611073ab90
2 changed files with 111 additions and 79 deletions

View File

@@ -695,6 +695,10 @@ function exportProcess() {
var record = processesGrid.getSelectionModel().getSelections();
if(record.length == 1) {
window.location = "../processes/processes_Export?pro_uid=" + record[0].get("PRO_UID");
return;
var myMask = new Ext.LoadMask(Ext.getBody(), {msg: _("ID_LOADING")});
myMask.show();