Merge
This commit is contained in:
commit
c2c67f466a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue