mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-02 04:39:14 +01:00
store branch parameter across pages
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user