MM-30800: prepackage incident management 1.1 (#16323)
* prepackage incident management v1.1 (#16195) Fixes: https://mattermost.atlassian.net/browse/MM-30800 Co-authored-by: Mattermod <mattermod@users.noreply.github.com> * update telemetry whitelist * newer version! Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
537b5a5b67
Коммит
2ac83ffac7
@@ -2669,9 +2669,9 @@ func (s *PluginSettings) SetDefaults(ls LogSettings) {
|
||||
s.PluginStates["com.mattermost.nps"] = &PluginState{Enable: ls.EnableDiagnostics == nil || *ls.EnableDiagnostics}
|
||||
}
|
||||
|
||||
if s.PluginStates["com.mattermost.plugin-incident-response"] == nil {
|
||||
// Enable the incident response plugin by default
|
||||
s.PluginStates["com.mattermost.plugin-incident-response"] = &PluginState{Enable: true}
|
||||
if s.PluginStates["com.mattermost.plugin-incident-management"] == nil {
|
||||
// Enable the incident management plugin by default
|
||||
s.PluginStates["com.mattermost.plugin-incident-management"] = &PluginState{Enable: true}
|
||||
}
|
||||
|
||||
if s.EnableMarketplace == nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user