diff --git a/helpdesk/models.py b/helpdesk/models.py index bb0643e0..e0c8e6c8 100644 --- a/helpdesk/models.py +++ b/helpdesk/models.py @@ -1194,6 +1194,7 @@ class CustomField(models.Model): empty_selection_list = models.BooleanField( _('Add empty first choice to List?'), + default=False, help_text=_('Only for List: adds an empty first entry to the choices list, which enforces that the user makes an active choice.'), )