mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-18 18:48:29 +02:00
Update title length
This commit is contained in:
@@ -1161,7 +1161,7 @@ class TicketChange(models.Model):
|
||||
|
||||
field = models.CharField(
|
||||
_("Field"),
|
||||
max_length=100,
|
||||
max_length=200,
|
||||
)
|
||||
|
||||
old_value = models.TextField(
|
||||
|
Reference in New Issue
Block a user