mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Custom fields: help_text doesn't need to be mandatory.
This commit is contained in:
parent
ebe0382725
commit
9f68c8ef99
@ -1107,6 +1107,8 @@ class CustomField(models.Model):
|
||||
help_text = models.TextField(
|
||||
_('Help Text'),
|
||||
help_text=_('Shown to the user when editing the ticket'),
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
|
||||
DATA_TYPE_CHOICES = (
|
||||
|
Loading…
Reference in New Issue
Block a user