MM-18881 - Attempting to configure uninstalled plugins gets st… (#12687)

* MM-18881 - Attempting to configure uninstalled plugins gets stuck at Loading... without timeout.

* Added a test

* Closing websocketclient
Этот коммит содержится в:
Ali Farooq
2019-10-10 15:01:39 -04:00
коммит произвёл GitHub
родитель 3f6f44f34c
Коммит 72965d864a
2 изменённых файлов: 27 добавлений и 0 удалений

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

@@ -251,6 +251,10 @@ func (a *App) removePlugin(id string) *model.AppError {
},
)
if err := a.notifyPluginStatusesChanged(); err != nil {
mlog.Error("Failed to notify plugin status changed", mlog.Err(err))
}
return nil
}