correccion validaciones
This commit is contained in:
@@ -1414,7 +1414,7 @@ importProcessExistGroup = function()
|
|||||||
},
|
},
|
||||||
failure: function(o, resp) {
|
failure: function(o, resp) {
|
||||||
var msg = resp.result ? resp.result.msg : resp.response.responseText;
|
var msg = resp.result ? resp.result.msg : resp.response.responseText;
|
||||||
importProcessGlobal.objectsToImport = "";
|
Ext.getCmp('objectsToImport').setValue("");
|
||||||
w.close();
|
w.close();
|
||||||
Ext.MessageBox.show({
|
Ext.MessageBox.show({
|
||||||
title : _('ID_ERROR'),
|
title : _('ID_ERROR'),
|
||||||
@@ -1615,7 +1615,7 @@ importProcessExistProcess = function()
|
|||||||
},
|
},
|
||||||
failure : function(o, resp) {
|
failure : function(o, resp) {
|
||||||
var msg = resp.result ? resp.result.msg : resp.response.responseText;
|
var msg = resp.result ? resp.result.msg : resp.response.responseText;
|
||||||
importProcessGlobal.objectsToImport = "";
|
Ext.getCmp('objectsToImport').setValue("");
|
||||||
w.close();
|
w.close();
|
||||||
Ext.MessageBox.show({
|
Ext.MessageBox.show({
|
||||||
title : _('ID_ERROR'),
|
title : _('ID_ERROR'),
|
||||||
|
|||||||
Reference in New Issue
Block a user