Added the ability to hide quotas
Domain Aliases hidden from hosting plans Domain Aliases quota verification disabled
This commit is contained in:
parent
11f21b1a15
commit
892c5307d5
2 changed files with 17 additions and 2 deletions
|
@ -1847,8 +1847,8 @@ namespace WebsitePanel.EnterpriseServer
|
|||
else if (isDomainPointer)
|
||||
{
|
||||
// domain pointer
|
||||
if (PackageController.GetPackageQuota(packageId, Quotas.OS_DOMAINPOINTERS).QuotaExhausted)
|
||||
return BusinessErrorCodes.ERROR_DOMAIN_QUOTA_LIMIT;
|
||||
//if (PackageController.GetPackageQuota(packageId, Quotas.OS_DOMAINPOINTERS).QuotaExhausted)
|
||||
//return BusinessErrorCodes.ERROR_DOMAIN_QUOTA_LIMIT;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue