correccion validaciones

This commit is contained in:
mcuiza
2016-03-30 11:55:06 -04:00
parent 7c2afef8c2
commit 464457ba34

View File

@@ -1414,7 +1414,7 @@ importProcessExistGroup = function()
},
failure: function(o, resp) {
var msg = resp.result ? resp.result.msg : resp.response.responseText;
importProcessGlobal.objectsToImport = "";
Ext.getCmp('objectsToImport').setValue("");
w.close();
Ext.MessageBox.show({
title : _('ID_ERROR'),
@@ -1615,7 +1615,7 @@ importProcessExistProcess = function()
},
failure : function(o, resp) {
var msg = resp.result ? resp.result.msg : resp.response.responseText;
importProcessGlobal.objectsToImport = "";
Ext.getCmp('objectsToImport').setValue("");
w.close();
Ext.MessageBox.show({
title : _('ID_ERROR'),