diff options
Diffstat (limited to 'routers/repo/issue.go')
-rw-r--r-- | routers/repo/issue.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/repo/issue.go b/routers/repo/issue.go index edcc3ea6..e761d9a2 100644 --- a/routers/repo/issue.go +++ b/routers/repo/issue.go @@ -252,6 +252,7 @@ func Comment(ctx *middleware.Context, params martini.Params) { return } + // TODO: check collaborators // Check if issue owner changes the status of issue. var newStatus string if ctx.Repo.IsOwner || issue.PosterId == ctx.User.Id { |