mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
updated the admin, ordering for mail rules
This commit is contained in:
parent
d3482a4aef
commit
af3d161f66
5 changed files with 46 additions and 7 deletions
|
|
@ -78,6 +78,8 @@ class MailRule(models.Model):
|
|||
|
||||
name = models.CharField(max_length=256, unique=True)
|
||||
|
||||
order = models.IntegerField(default=0)
|
||||
|
||||
account = models.ForeignKey(
|
||||
MailAccount,
|
||||
related_name="rules",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue