Report a problem (#30444)
* Add report a problem type and allow logs config * Improve device type logic * Add tests and minor fixes * Add texts * Fix tests by avoiding circular dependencies * Fix test * Fix useexternallink updating mailtos, and changing the content of query parameters * Fix texts * Fix e2e test * Fix tsc --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
29f7c895b8
Коммит
71334c6d8b
@@ -746,6 +746,8 @@ func (ts *TelemetryService) trackConfig() {
|
||||
"custom_terms_of_service_enabled": *cfg.SupportSettings.CustomTermsOfServiceEnabled,
|
||||
"custom_terms_of_service_re_acceptance_period": *cfg.SupportSettings.CustomTermsOfServiceReAcceptancePeriod,
|
||||
"enable_ask_community_link": *cfg.SupportSettings.EnableAskCommunityLink,
|
||||
"report_a_problem_type": *cfg.SupportSettings.ReportAProblemType,
|
||||
"allow_download_logs": *cfg.SupportSettings.AllowDownloadLogs,
|
||||
}
|
||||
|
||||
configs[TrackConfigLDAP] = map[string]any{
|
||||
|
||||
Ссылка в новой задаче
Block a user