On accepte les imports récurrents sans catégorie définie
This commit is contained in:
parent
3931b4dac1
commit
a8841b34d5
@ -1367,6 +1367,8 @@ class RecurrentImport(models.Model):
|
||||
verbose_name=_("Category"),
|
||||
help_text=_("Category of each imported event"),
|
||||
default=None,
|
||||
null=True,
|
||||
blanck=True,
|
||||
on_delete=models.SET_DEFAULT,
|
||||
)
|
||||
defaultTags = ArrayField(
|
||||
|
Loading…
Reference in New Issue
Block a user