Merge pull request #2188 from dmitrylyzo/fix-back
Fix anchor click action and plugin configuration page URL
This commit is contained in:
@@ -18,6 +18,7 @@ function onAnchorClick(e) {
|
||||
shell.openUrl(href);
|
||||
}
|
||||
} else {
|
||||
e.preventDefault();
|
||||
appRouter.show(href);
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -95,7 +95,7 @@ export function logout() {
|
||||
}
|
||||
|
||||
export function getPluginUrl(name) {
|
||||
return '#!/configurationpage?name=' + encodeURIComponent(name);
|
||||
return 'configurationpage?name=' + encodeURIComponent(name);
|
||||
}
|
||||
|
||||
export function navigate(url, preserveQueryString) {
|
||||
|
||||
Reference in New Issue
Block a user