fixed bug "Error creating folder"

This commit is contained in:
vfedosevich 2014-02-18 17:50:31 +03:00
parent 524c0f1a9e
commit 5ff439130a

View file

@ -94,11 +94,11 @@ namespace WebsitePanel.Portal.ExchangeServer
rbtnQuotaSoft.Checked ? QuotaType.Soft : QuotaType.Hard,
chkAddDefaultGroup.Checked);
if (!result.IsSuccess && result.ErrorCodes.Count > 0)
/*if (!result.IsSuccess && result.ErrorCodes.Count > 0)
{
messageBox.ShowMessage(result, "ENTERPRISE_STORAGE_CREATE_FOLDER", "Enterprise Storage");
return;
}
}*/
Response.Redirect(EditUrl("SpaceID", PanelSecurity.PackageId.ToString(), "enterprisestorage_folder_settings",
"FolderID=" + txtFolderName.Text,