From 8013b74b1652dfb4889ba495d4ad8f13451eba2e Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Wed, 1 Apr 2015 01:13:34 -0700 Subject: [PATCH] Mapped drive action changed to create --- .../OrganizationProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs index 44ee8db4..a39ff22d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs @@ -1792,7 +1792,7 @@ namespace WebsitePanel.Providers.HostedSolution uidAttr.Value = Guid.NewGuid().ToString("B"); bypassErrorsAttr.Value = (1).ToString(); - actionPropAttr.Value = "R"; + actionPropAttr.Value = "C"; thisDrivePropAttr.Value = "NOCHANGE"; allDrivesPropAttr.Value = "NOCHANGE"; userNamePropAttr.Value = string.Empty;