This commit is contained in:
kolaente 2018-01-11 21:32:37 +01:00 committed by Konrad
parent 5f187df6b2
commit c44e13b3ad
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -52,6 +52,7 @@ func RemoveDependency(ctx *context.Context) {
return
}
if err = models.RemoveIssueDependency(ctx.User, issue, dep, depType); err != nil {
ctx.ServerError("RemoveIssueDependency", err)
return