mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
added basic history methods for changesetviewer
This commit is contained in:
@@ -502,7 +502,10 @@ Ext.onReady(function(){
|
||||
listeners: {
|
||||
tabchange: function(tabPanel, tab){
|
||||
if ( Ext.isDefined(tab) ){
|
||||
Sonia.History.add(tab.id, true);
|
||||
var id = tab.historyId ? tab.historyId : tab.id;
|
||||
if (id){
|
||||
Sonia.History.add(id, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user