Merge pull request #186 from marcoAntonioNina/BUG-9297
BUG 9297 Al crear un nuevo skin y seleccionar el uxmodern despliega... SOLVED
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -490,7 +490,7 @@ newSkin = function(){
|
||||
Ext.getCmp("newDialog").destroy();
|
||||
|
||||
if( !action.result ) {
|
||||
Ext.MessageBox.alert("error", _('ID_ERROR'));
|
||||
Ext.MessageBox.alert("error", action.response.responseText);
|
||||
return;
|
||||
}
|
||||
Ext.MessageBox.alert("error", action.result.error);
|
||||
|
||||
Reference in New Issue
Block a user