store branch parameter across pages

This commit is contained in:
Sebastian Sdorra
2012-07-27 11:13:11 +02:00
parent 2850a8294f
commit 94d267523d

View File

@@ -158,11 +158,11 @@ Sonia.repository.ChangesetViewerPanel = Ext.extend(Ext.Panel, {
if (debug){
console.debug('select branch ' + branch);
}
this.changesetStore.baseParams.branch = branch;
this.changesetStore.load({
params: {
start: this.start,
limit: this.startLimit,
branch: branch
limit: this.startLimit
}
});
},