mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-20 11:34:22 +00:00
fix #4015 - handle redirect for subfolder aliases
This commit is contained in:
parent
bb318aefd2
commit
93a152068d
@ -62,7 +62,7 @@ else
|
||||
{
|
||||
if (PageState.Alias.Name == name)
|
||||
{
|
||||
NavigationManager.NavigateTo("/");
|
||||
NavigationManager.NavigateTo(PageState.Alias.Path + "/");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user