Error when generating invite codes for a confirmed remote cluster (#28337)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
76021c76a0
Коммит
acc9093072
@@ -533,6 +533,11 @@ func generateRemoteClusterInvite(c *Context, w http.ResponseWriter, r *http.Requ
|
||||
return
|
||||
}
|
||||
|
||||
if rc.IsConfirmed() {
|
||||
c.Err = model.NewAppError("generateRemoteClusterInvite", "api.remote_cluster.generate_invite_cluster_is_confirmed", nil, "", http.StatusBadRequest)
|
||||
return
|
||||
}
|
||||
|
||||
inviteCode, invErr := c.App.CreateRemoteClusterInvite(rc.RemoteId, url, rc.Token, password)
|
||||
if invErr != nil {
|
||||
c.Err = invErr
|
||||
|
||||
Ссылка в новой задаче
Block a user