Skip to content

Commit

Permalink
increase max length for evidence links
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 17, 2024
1 parent 773ddac commit c807781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,7 @@ class Evidence(NameDescriptionMixin, FolderMixin, PublishInRootFolderMixin):
link = models.URLField(
blank=True,
null=True,
max_length=1000,
help_text=_("Link to the evidence (eg. Jira ticket, etc.)"),
verbose_name=_("Link"),
)
Expand Down

0 comments on commit c807781

Please sign in to comment.