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

This commit is contained in:
Martin Brenner 2020-01-09 14:02:58 +01:00 committed by Torkel Ödegaard
parent 418cb9a8da
commit 7784b519a0

View File

@ -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) {