fixing bugs
This commit is contained in:
parent
b9e6bafc1e
commit
54fade88c8
16 changed files with 81 additions and 109 deletions
|
@ -94,7 +94,7 @@ namespace WebsitePanel.Providers.EnterpriseStorage
|
|||
{
|
||||
folder.Size = FileUtils.BytesToMb(FileUtils.CalculateFolderSize(dir.FullName));
|
||||
}
|
||||
|
||||
|
||||
folder.Url = string.Format("https://{0}/{1}/{2}", UsersDomain, organizationId, dir.Name);
|
||||
folder.Rules = webdav.GetFolderWebDavRules(organizationId, dir.Name);
|
||||
folder.FRSMQuotaMB = quota.Size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue