mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 06:52:11 +01:00
fix loading mask of commit viewer
This commit is contained in:
@@ -47,13 +47,10 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
|
||||
root: 'changesets',
|
||||
idProperty: 'id',
|
||||
totalProperty: 'total',
|
||||
autoLoad: false,
|
||||
autoDestroy: true
|
||||
});
|
||||
|
||||
changesetStore.load({
|
||||
params: {
|
||||
start:0,
|
||||
autoLoad: true,
|
||||
autoDestroy: true,
|
||||
baseParams: {
|
||||
start: 0,
|
||||
limit: this.pageSize
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user