core: fix error when setting icon/background to url longer than 100 chars

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-07-09 19:31:32 +02:00
parent 7ddb459030
commit 92ba77e9e5
5 changed files with 52 additions and 1 deletions

View File

@ -121,6 +121,7 @@ class Flow(SerializerModel, PolicyBindingModel):
default=None,
null=True,
help_text=_("Background shown during execution"),
max_length=500,
)
compatibility_mode = models.BooleanField(