[Docs] add usefull info to REQUIRE_SIGNIN_VIEW (#9848)

This commit is contained in:
6543 2020-01-18 00:34:56 +01:00 committed by techknowlogick
parent 6140325e98
commit fec1095f17
2 changed files with 2 additions and 2 deletions

View file

@ -351,7 +351,7 @@ func PrepareViewPullInfo(ctx *context.Context, issue *models.Issue) *git.Compare
ctx.Data["Divergence"] = divergence
allowUpdate, err := pull_service.IsUserAllowedToUpdate(pull, ctx.User)
if err != nil {
ctx.ServerError("GetDiverging", err)
ctx.ServerError("IsUserAllowedToUpdate", err)
return nil
}
ctx.Data["UpdateAllowed"] = allowUpdate