PLT-7417/PLT-7425 Update config.json defaults and removed admin console link settings
Этот коммит содержится в:
Harrison Healey
2017-08-25 10:24:52 -04:00
коммит произвёл GitHub
родитель a360ac6dbd
Коммит 086365fb84
4 изменённых файлов: 14 добавлений и 50 удалений

Просмотреть файл

@@ -471,9 +471,6 @@ func getClientConfig(c *model.Config) map[string]string {
props["AboutLink"] = *c.SupportSettings.AboutLink
props["HelpLink"] = *c.SupportSettings.HelpLink
props["ReportAProblemLink"] = *c.SupportSettings.ReportAProblemLink
props["AdministratorsGuideLink"] = *c.SupportSettings.AdministratorsGuideLink
props["TroubleshootingForumLink"] = *c.SupportSettings.TroubleshootingForumLink
props["CommercialSupportLink"] = *c.SupportSettings.CommercialSupportLink
props["SupportEmail"] = *c.SupportSettings.SupportEmail
props["EnableFileAttachments"] = strconv.FormatBool(*c.FileSettings.EnableFileAttachments)