PLT-6262 Add config setting to disable file attachments (#6301)
* Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
44a8f76d99
Коммит
49481caf6d
@@ -1051,7 +1051,11 @@
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_info_for_request.storage.app_error",
|
||||
"translation": "Unable to get info for file. Image storage is not configured."
|
||||
"translation": "Unable to get info for file. File storage is not configured."
|
||||
},
|
||||
{
|
||||
"id": "api.file.attachments.disabled.app_error",
|
||||
"translation": "File attachments have been disabled on this server."
|
||||
},
|
||||
{
|
||||
"id": "api.file.get_public_file_old.storage.app_error",
|
||||
|
||||
Ссылка в новой задаче
Block a user