fixing button "Create Organization" for user

This commit is contained in:
dev_amdtel 2014-09-23 22:32:55 +04:00
parent 87638b08dd
commit 3ce38e5bb1

View file

@ -57,12 +57,14 @@ namespace WebsitePanel.Portal.ExchangeServer
btnCreate.Enabled = (!(cntx.Quotas[Quotas.ORGANIZATIONS].QuotaAllocatedValue <= gvOrgs.Rows.Count) || (cntx.Quotas[Quotas.ORGANIZATIONS].QuotaAllocatedValue == -1));
}
/*
if (PanelSecurity.LoggedUser.Role == UserRole.User)
{
gvOrgs.Columns[2].Visible = gvOrgs.Columns[3].Visible = gvOrgs.Columns[5].Visible = false;
btnCreate.Enabled = false;
btnSetDefaultOrganization.Enabled = false;
}
*/
if (!Page.IsPostBack)
{