Tighten the ResellerCSR and PlatformCSR roles and give them the capabilities
to update chargeable items such as plan assignement and add ons Fixed plan quota viewer that got broken with last commit
This commit is contained in:
parent
503dddcf4e
commit
02c59802db
14 changed files with 111 additions and 31 deletions
|
@ -404,6 +404,21 @@ namespace WebsitePanel.Portal
|
|||
return bResult;
|
||||
}
|
||||
|
||||
public static bool GetHideDemoCheckbox()
|
||||
{
|
||||
bool bResult = false;
|
||||
|
||||
try
|
||||
{
|
||||
bResult = Convert.ToBoolean(PortalConfiguration.SiteSettings["HideDemoCheckbox"]);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
return bResult;
|
||||
}
|
||||
|
||||
|
||||
private static int GetAuthenticationFormsTimeout()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue