HOR-436-C "Notice</b>: Undefined variable..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2016-03-11 17:11:42 -04:00
parent 53d60462d4
commit c83022afec
3 changed files with 6 additions and 1 deletions

View File

@@ -1147,6 +1147,7 @@ importProcessExistGroup = function()
url : 'processes_Import_Ajax',
waitMsg : _('ID_UPLOADING_PROCESS_FILE'),
waitTitle : "&nbsp;",
timeout: 3600,
success : function(o, resp) {
var resp_ = Ext.util.JSON.decode(resp.response.responseText);
var sNewProUid = resp_.sNewProUid;
@@ -1327,6 +1328,7 @@ importProcessExistProcess = function()
url : 'processes_Import_Ajax',
waitMsg : _('ID_UPLOADING_PROCESS_FILE'),
waitTitle : "&nbsp;",
timeout: 3600,
success: function(o, resp) {
var resp_ = Ext.util.JSON.decode(resp.response.responseText);
var sNewProUid = resp_.sNewProUid;
@@ -1560,6 +1562,7 @@ importProcess = function()
url : "processes_Import_Ajax",
waitMsg : _("ID_UPLOADING_PROCESS_FILE"),
waitTitle: "&nbsp;",
timeout: 3600,
success: function(o, resp)
{
var resp_ = Ext.util.JSON.decode(resp.response.responseText);