Add exception messages for exceptional inconsistencies cases.

This commit is contained in:
Gustavo Adolfo Cruz Laura
2016-03-31 13:43:28 -04:00
parent c919eba3d7
commit a378a779dd
4 changed files with 29 additions and 18 deletions

View File

@@ -1213,7 +1213,7 @@ function exportImportProcessObjects(typeAction)
failure : function(o, resp) {
var msg = resp.result ? resp.result.msg : resp.response.responseText;
Ext.getCmp('objectsToImport').setValue("");
w.close();
granularWindow.close();
Ext.MessageBox.show({
title : _('ID_ERROR'),
msg : msg,