From c4a52a48cb737ee8199ad5d4ed6a442ed7fbf3a7 Mon Sep 17 00:00:00 2001 From: Jason Blais <13119842+jasonblais@users.noreply.github.com> Date: Thu, 4 Oct 2018 07:43:42 -0400 Subject: Move CustomServiceTermsEnabled to the correct table in diagnostics (#9521) * Move CustomServiceTermsEnabled to the correct table in diagnostics * Fix style error --- app/diagnostics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/diagnostics.go b/app/diagnostics.go index f4b3ce767..e8b3ebe4a 100644 --- a/app/diagnostics.go +++ b/app/diagnostics.go @@ -263,7 +263,6 @@ func (a *App) trackConfig() { "experimental_limit_client_config": *cfg.ServiceSettings.ExperimentalLimitClientConfig, "enable_email_invitations": *cfg.ServiceSettings.EnableEmailInvitations, "experimental_channel_organization": *cfg.ServiceSettings.ExperimentalChannelOrganization, - "custom_service_terms_enabled": *cfg.SupportSettings.CustomServiceTermsEnabled, }) a.SendDiagnostic(TRACK_CONFIG_TEAM, map[string]interface{}{ @@ -418,6 +417,7 @@ func (a *App) trackConfig() { "isdefault_help_link": isDefault(*cfg.SupportSettings.HelpLink, model.SUPPORT_SETTINGS_DEFAULT_HELP_LINK), "isdefault_report_a_problem_link": isDefault(*cfg.SupportSettings.ReportAProblemLink, model.SUPPORT_SETTINGS_DEFAULT_REPORT_A_PROBLEM_LINK), "isdefault_support_email": isDefault(*cfg.SupportSettings.SupportEmail, model.SUPPORT_SETTINGS_DEFAULT_SUPPORT_EMAIL), + "custom_service_terms_enabled": *cfg.SupportSettings.CustomServiceTermsEnabled, }) a.SendDiagnostic(TRACK_CONFIG_LDAP, map[string]interface{}{ -- cgit v1.2.3-1-g7c22