mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
use xtype as default url token
This commit is contained in:
@@ -123,8 +123,11 @@ Sonia.History = {
|
||||
if (token){
|
||||
this.add(token);
|
||||
}
|
||||
} else if (debug) {
|
||||
console.debug('could not find xtype ' + tab.xtype);
|
||||
} else {
|
||||
if (debug){
|
||||
console.debug('could not find xtype ' + tab.xtype + ' set xtype as id');
|
||||
}
|
||||
this.add(tab.xtype);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user