crm: fix path

This commit is contained in:
Alexey Bannov 2021-06-16 17:30:31 +03:00
parent e314f6ff1c
commit 3018e1822f
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ namespace ASC.Web.CRM
}
public readonly String BaseVirtualPath = "~/Products/CRM/";
public readonly String BaseVirtualPath = "/products/crm/";
public readonly String BaseAbsolutePath;
public String StartURL()

View File

@ -87,8 +87,8 @@ namespace ASC.Web.CRM.Configuration
_context = new ProductContext
{
DisabledIconFileName = "product_disabled_logo.png",
IconFileName = "product_logo.png",
LargeIconFileName = "product_logolarge.svg",
IconFileName = "images/crm.menu.svg",
LargeIconFileName = "images/crm.svg",
DefaultSortOrder = 30,
// SubscriptionManager = new ProductSubscriptionManager(),
// SpaceUsageStatManager = new CRMSpaceUsageStatManager(),