mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-15 16:50:18 +01:00
fix missing exception listener
This commit is contained in:
@@ -56,15 +56,12 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
|
||||
root: 'files',
|
||||
idProperty: 'path',
|
||||
autoLoad: true,
|
||||
autoDestroy: true,
|
||||
listeners: {
|
||||
load: {
|
||||
fn: this.loadStore,
|
||||
scope: this
|
||||
}
|
||||
}
|
||||
autoDestroy: true
|
||||
});
|
||||
|
||||
// register listener
|
||||
browserStore.addListener('load', this.loadStore, this);
|
||||
|
||||
if ( this.revision ){
|
||||
browserStore.baseParams = {
|
||||
revision: this.revision
|
||||
|
||||
Reference in New Issue
Block a user