tenant/site installation improvements
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
|
||||
private async Task SaveTenant()
|
||||
{
|
||||
connectionstring = connectionstring.Replace("\\\\", "\\");
|
||||
GenericResponse response = await InstallationService.Install(connectionstring);
|
||||
if (response.Success)
|
||||
{
|
||||
|
Reference in New Issue
Block a user