MM-38805 - fix contact sales link (#18539)
Co-authored-by: Pablo Velez Vidal <pablo.velez@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9b4c71e4a7
Коммит
4af6598f63
@@ -125,7 +125,7 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
|
||||
props["DataRetentionMessageRetentionDays"] = "0"
|
||||
props["DataRetentionEnableFileDeletion"] = "false"
|
||||
props["DataRetentionFileRetentionDays"] = "0"
|
||||
props["CWSUrl"] = ""
|
||||
props["CWSURL"] = ""
|
||||
|
||||
props["CustomUrlSchemes"] = strings.Join(c.DisplaySettings.CustomURLSchemes, ",")
|
||||
props["IsDefaultMarketplace"] = strconv.FormatBool(*c.PluginSettings.MarketplaceURL == model.PluginSettingsDefaultMarketplaceURL)
|
||||
@@ -192,7 +192,7 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
|
||||
}
|
||||
|
||||
if *license.Features.Cloud {
|
||||
props["CWSUrl"] = *c.CloudSettings.CWSURL
|
||||
props["CWSURL"] = *c.CloudSettings.CWSURL
|
||||
}
|
||||
|
||||
if *license.Features.SharedChannels {
|
||||
@@ -296,7 +296,7 @@ func GenerateLimitedClientConfig(c *model.Config, telemetryID string, license *m
|
||||
props["EnableSignUpWithOpenId"] = "false"
|
||||
props["OpenIdButtonText"] = ""
|
||||
props["OpenIdButtonColor"] = ""
|
||||
props["CWSUrl"] = ""
|
||||
props["CWSURL"] = ""
|
||||
props["EnableCustomBrand"] = strconv.FormatBool(*c.TeamSettings.EnableCustomBrand)
|
||||
props["CustomBrandText"] = *c.TeamSettings.CustomBrandText
|
||||
props["CustomDescriptionText"] = *c.TeamSettings.CustomDescriptionText
|
||||
|
||||
Ссылка в новой задаче
Block a user