mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-24 00:59:35 -06:00
Fix mailrule_stop_processing migration
This commit is contained in:
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
|
|||||||
name="stop_processing",
|
name="stop_processing",
|
||||||
field=models.BooleanField(
|
field=models.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
help_text="If True, no further rules will be processed after this one if any document is consumed.",
|
help_text="If True, no further rules will be processed after this one if any document is queued.",
|
||||||
verbose_name="Stop processing further rules",
|
verbose_name="Stop processing further rules",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user