PLT-6566 Prevented terms of service link from being blank (#6392)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
c789eeceb1
Коммит
e22bab5be0
@@ -714,7 +714,7 @@ func (o *Config) SetDefaults() {
|
||||
}
|
||||
|
||||
if !IsSafeLink(o.SupportSettings.TermsOfServiceLink) {
|
||||
*o.SupportSettings.TermsOfServiceLink = ""
|
||||
*o.SupportSettings.TermsOfServiceLink = SUPPORT_SETTINGS_DEFAULT_TERMS_OF_SERVICE_LINK
|
||||
}
|
||||
|
||||
if o.SupportSettings.TermsOfServiceLink == nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user