mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Fix unable to save ANY views
This commit is contained in:
parent
3e0c3c0bb2
commit
d7cefabe98
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ class SavedViewFilterRule(models.Model):
|
|||
(15, _("modified before")),
|
||||
(16, _("modified after")),
|
||||
(17, _("does not have tag")),
|
||||
(19, _("has tags in")),
|
||||
]
|
||||
|
||||
saved_view = models.ForeignKey(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue