mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
Fix unable to save ANY views
This commit is contained in:
parent
9e88bb47ef
commit
cd2a1e7eed
@ -393,6 +393,7 @@ class SavedViewFilterRule(models.Model):
|
|||||||
(15, _("modified before")),
|
(15, _("modified before")),
|
||||||
(16, _("modified after")),
|
(16, _("modified after")),
|
||||||
(17, _("does not have tag")),
|
(17, _("does not have tag")),
|
||||||
|
(19, _("has tags in")),
|
||||||
]
|
]
|
||||||
|
|
||||||
saved_view = models.ForeignKey(
|
saved_view = models.ForeignKey(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user