fix loading mask of commit viewer

This commit is contained in:
Sebastian Sdorra
2011-07-29 18:54:27 +02:00
parent 1302851e71
commit d6f717385a

View File

@@ -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
}
});