mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
Add CLOSED column to issue model.
This commit is contained in:
@@ -31,6 +31,7 @@ trait IssuesService {
|
||||
None,
|
||||
title,
|
||||
content,
|
||||
false,
|
||||
new java.sql.Date(System.currentTimeMillis), // TODO
|
||||
new java.sql.Date(System.currentTimeMillis))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user