mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-16 18:20:48 +01:00
BUGFIX: Set the missing max_length field attribute.
This commit is contained in:
parent
83be21dc17
commit
78919addd7
@ -372,6 +372,7 @@ class Ticket(models.Model):
|
||||
|
||||
submitter_email_id = models.CharField(
|
||||
_('Submitter E-Mail ID'),
|
||||
max_length=256,
|
||||
blank=True,
|
||||
null=True,
|
||||
help_text=_("The Message ID of the submitter's email."),
|
||||
|
Loading…
Reference in New Issue
Block a user