mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
call history init after login to get bookmarkable pages for installations without public access
This commit is contained in:
@@ -528,6 +528,10 @@ Ext.onReady(function(){
|
||||
main.addListeners('login', loginCallbacks);
|
||||
main.addListeners('logout', logoutCallbacks);
|
||||
|
||||
main.addListeners('login', function(){
|
||||
Ext.History.init();
|
||||
});
|
||||
|
||||
main.init();
|
||||
main.checkLogin();
|
||||
});
|
||||
Reference in New Issue
Block a user