
specify body length as 2000
@36f4a0b0c3e2fd78b90573b3fa093699e0123fde
--- .gitignore
+++ .gitignore
... | ... | @@ -16,3 +16,4 @@ |
16 | 16 |
repo/ |
17 | 17 |
db |
18 | 18 |
*.iml |
19 |
+uploads |
--- app/models/Issue.java
+++ app/models/Issue.java
... | ... | @@ -64,6 +64,7 @@ |
64 | 64 |
public String title; |
65 | 65 |
|
66 | 66 |
@Constraints.Required |
67 |
+ @Column(length=4000) |
|
67 | 68 |
public String body; |
68 | 69 |
|
69 | 70 |
@Formats.DateTime(pattern = "yyyy-MM-dd") |
--- conf/messages.ko
+++ conf/messages.ko
... | ... | @@ -141,7 +141,7 @@ |
141 | 141 |
issue.new.selectDefault.dbmsType = --DBMS 선택-- |
142 | 142 |
issue.new.selectDefault.importance = --중요도 선택-- |
143 | 143 |
issue.new.selectDefault.diagnosisResult = --진단결과 선택-- |
144 |
-issue.comment.delete.confirm = 해당 이슈의 댓글이 삭제되면 영원히 복구할 수 없습니다. 그래도 삭제하시겠습니까? |
|
144 |
+issue.comment.delete.confirm = 해당 이슈의 댓글을 삭제하시겠습니까? |
|
145 | 145 |
issue.committer.edit = 이슈수정 |
146 | 146 |
|
147 | 147 |
#Post |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?