Enhancement: support negative offset in scheduled workflows (#9746)

This commit is contained in:
shamoon 2025-05-11 13:04:46 -07:00 committed by GitHub
parent 73f0f1212d
commit 344cc70cd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 227 additions and 97 deletions

View file

@ -1019,7 +1019,7 @@ class WorkflowTrigger(models.Model):
verbose_name=_("has this correspondent"),
)
schedule_offset_days = models.PositiveIntegerField(
schedule_offset_days = models.IntegerField(
_("schedule offset days"),
default=0,
help_text=_(