fix(core): Ticktet comment can have empty body
i.e. time tracking ref: #732 #726
This commit is contained in:
@ -134,9 +134,9 @@ class TicketCommentBase(
|
||||
)
|
||||
|
||||
body = models.TextField(
|
||||
blank = False,
|
||||
blank = True,
|
||||
help_text = 'Comment contents',
|
||||
null = False,
|
||||
null = True,
|
||||
verbose_name = 'Comment',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user