mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
use xtype as default url token
This commit is contained in:
@@ -123,8 +123,11 @@ Sonia.History = {
|
|||||||
if (token){
|
if (token){
|
||||||
this.add(token);
|
this.add(token);
|
||||||
}
|
}
|
||||||
} else if (debug) {
|
} else {
|
||||||
console.debug('could not find xtype ' + tab.xtype);
|
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