From d7cefabe98398f3916a5db6c33027c2d77d12b59 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:25:50 -0800 Subject: [PATCH] Fix unable to save ANY views --- src/documents/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/documents/models.py b/src/documents/models.py index 928b8aa4d..0920f9e47 100755 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -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(