mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Allow filtering on multiple correspondents, doctypes, storage paths
Preserve 'Not assigned' option Fix default logical operator Update frontend strings Fix radio button name overlaps Use include / exclude with multi-select for OneToOne objects
This commit is contained in:
@@ -447,6 +447,12 @@ class SavedViewFilterRule(models.Model):
|
||||
(23, _("ASN greater than")),
|
||||
(24, _("ASN less than")),
|
||||
(25, _("storage path is")),
|
||||
(26, _("has correspondent in")),
|
||||
(27, _("does not have correspondent in")),
|
||||
(28, _("has document type in")),
|
||||
(29, _("does not have document type in")),
|
||||
(30, _("has storage path in")),
|
||||
(31, _("does not have storage path in")),
|
||||
]
|
||||
|
||||
saved_view = models.ForeignKey(
|
||||
|
Reference in New Issue
Block a user