ui: MainView: fix redirectTo call
takes now an object parameter in extjs 7.0 Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
4e0faf5ef3
commit
67466ce564
|
@ -187,7 +187,7 @@ Ext.define('PBS.MainView', {
|
||||||
|
|
||||||
// select treeitem and load page from url fragment, if set
|
// select treeitem and load page from url fragment, if set
|
||||||
let token = Ext.util.History.getToken() || 'pbsDashboard';
|
let token = Ext.util.History.getToken() || 'pbsDashboard';
|
||||||
this.redirectTo(token, true);
|
this.redirectTo(token, { force: true });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue