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:
@ -25,7 +25,7 @@
|
||||
|
||||
protected override void OnInit()
|
||||
{
|
||||
closeurl = PageState.Alias + PageState.Page.Path;
|
||||
closeurl = NavigateUrl();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user