Add missed plugin error translation (#9131)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
9aab19d462
Коммит
17c0817361
@@ -17,7 +17,7 @@ func (a *App) GetPluginStatuses() (model.PluginStatuses, *model.AppError) {
|
||||
|
||||
pluginStatuses, err := a.Plugins.Statuses()
|
||||
if err != nil {
|
||||
return nil, model.NewAppError("GetPluginStatuses", "Unable to get plugin statuses", nil, err.Error(), http.StatusInternalServerError)
|
||||
return nil, model.NewAppError("GetPluginStatuses", "app.plugin.get_statuses.app_error", nil, err.Error(), http.StatusInternalServerError)
|
||||
}
|
||||
|
||||
// Add our cluster ID
|
||||
|
||||
Ссылка в новой задаче
Block a user