mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
improve debugging
This commit is contained in:
@@ -19,6 +19,8 @@ Sonia.rest.JsonStore = Ext.extend( Ext.data.JsonStore, {
|
||||
console.debug( 'empty array, clear whole store' );
|
||||
}
|
||||
this.removeAll();
|
||||
} else {
|
||||
alert( action + ": " + response.responseText );
|
||||
}
|
||||
},
|
||||
scope: this
|
||||
|
||||
Reference in New Issue
Block a user