mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-22 06:26:56 +01:00
Enhancement: support negative offset in scheduled workflows (#9746)
This commit is contained in:
parent
73f0f1212d
commit
344cc70cd5
7 changed files with 227 additions and 97 deletions
|
|
@ -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=_(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue