Performance improvements, refactoring of multi-tenant support, split Alias and Tenant entities for cleaner separation of concerns, create an additional site during installation for demonstratng multitenancy
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
await PageModuleService.UpdatePageModuleAsync(pagemodule);
|
||||
break;
|
||||
}
|
||||
UriHelper.NavigateTo(PageState.Alias + path);
|
||||
UriHelper.NavigateTo(NavigateUrl(path));
|
||||
}
|
||||
|
||||
public class ActionViewModel
|
||||
|
Reference in New Issue
Block a user