#809 able to set issue state to closed when create
This commit is contained in:
parent
f473895c41
commit
bf5faf76eb
2
glide.lock
generated
2
glide.lock
generated
|
@ -43,7 +43,7 @@ imports:
|
||||||
- name: github.com/gogits/git-module
|
- name: github.com/gogits/git-module
|
||||||
version: 76e8cce6c7ef3ba1cf75752261c721ebf14cd129
|
version: 76e8cce6c7ef3ba1cf75752261c721ebf14cd129
|
||||||
- name: github.com/gogits/go-gogs-client
|
- name: github.com/gogits/go-gogs-client
|
||||||
version: 1da1834d366c2c0b0b4495d34089082f4e38aed5
|
version: 01270dfe22e92d99ce9402fedba4530ad8810100
|
||||||
- name: github.com/issue9/identicon
|
- name: github.com/issue9/identicon
|
||||||
version: f8c0d2ce04db79c663b1da33d3a9f62be753ee88
|
version: f8c0d2ce04db79c663b1da33d3a9f62be753ee88
|
||||||
- name: github.com/kardianos/minwinsvc
|
- name: github.com/kardianos/minwinsvc
|
||||||
|
|
|
@ -57,6 +57,7 @@ func CreateIssue(ctx *context.APIContext, form api.CreateIssueOption) {
|
||||||
PosterID: ctx.User.Id,
|
PosterID: ctx.User.Id,
|
||||||
Poster: ctx.User,
|
Poster: ctx.User,
|
||||||
Content: form.Body,
|
Content: form.Body,
|
||||||
|
IsClosed: form.Closed,
|
||||||
}
|
}
|
||||||
|
|
||||||
if ctx.Repo.IsWriter() {
|
if ctx.Repo.IsWriter() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user