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
@@ -9308,6 +9308,22 @@
|
||||
"id": "model.config.is_valid.read_timeout.app_error",
|
||||
"translation": "Invalid value for read timeout."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.report_a_problem_link.invalid.app_error",
|
||||
"translation": "Invalid report a problem link. Must be a valid URL and start with http:// or https://."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.report_a_problem_link.missing.app_error",
|
||||
"translation": "Report a problem link is required."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.report_a_problem_mail.invalid.app_error",
|
||||
"translation": "Invalid report a problem mail. Must be a valid email address."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.report_a_problem_mail.missing.app_error",
|
||||
"translation": "Report a problem mail is required."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.restrict_direct_message.app_error",
|
||||
"translation": "Invalid direct message restriction. Must be 'any', or 'team'."
|
||||
|
||||
Ссылка в новой задаче
Block a user