Commit 7784b519 by Martin Brenner Committed by Torkel Ödegaard

PluginPage: Add appSubUrl string to config pages url (#21414)

parent 418cb9a8
......@@ -374,7 +374,7 @@ function getPluginTabsNav(
pages.push({
text: page.title,
icon: page.icon,
url: path + '?page=' + page.id,
url: `${appSubUrl}${path}?page=${page.id}`,
id: page.id,
});
if (!defaultPage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment