[MM-31404] api4/config: return error when patching PluginSettings.EnableUploads (#16611)

* api4/config: return error when patching PluginSettings.EnableUploads

* reflect review comments

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2021-01-20 14:45:21 +03:00
коммит произвёл GitHub
родитель 81b06b5b72
Коммит 11c6d07d6a
4 изменённых файлов: 15 добавлений и 7 удалений

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

@@ -1142,6 +1142,10 @@
"id": "api.config.update_config.clear_siteurl.app_error",
"translation": "Site URL cannot be cleared."
},
{
"id": "api.config.update_config.not_allowed_security.app_error",
"translation": "Changing {{.Name}} is not allowed due to security reasons."
},
{
"id": "api.config.update_config.restricted_merge.app_error",
"translation": "Failed to merge given config."