Include trailing slash in link to settings
The GWT UI only supports #/settings/ (the trailing slash is required). Navigating to settings via the account dropdown in PolyGerrit and switching UI leads to a Not Found page. Change-Id: Ia266555f963a6084e4792151b15a3fbae09074a7
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
},
|
||||
|
||||
_getLinks(switchAccountUrl, path) {
|
||||
const links = [{name: 'Settings', url: '/settings'}];
|
||||
const links = [{name: 'Settings', url: '/settings/'}];
|
||||
if (switchAccountUrl) {
|
||||
const replacements = {path};
|
||||
const url = this._interpolateUrl(switchAccountUrl, replacements);
|
||||
|
||||
Reference in New Issue
Block a user