mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Support owner API query vars
This commit is contained in:
parent
fe990b4cd2
commit
487d3a6262
6 changed files with 220 additions and 4 deletions
|
|
@ -448,6 +448,10 @@ class SavedViewFilterRule(models.Model):
|
|||
(29, _("does not have document type in")),
|
||||
(30, _("has storage path in")),
|
||||
(31, _("does not have storage path in")),
|
||||
(32, _("owner is")),
|
||||
(33, _("has owner in")),
|
||||
(34, _("does not have owner")),
|
||||
(35, _("does not have owner in")),
|
||||
]
|
||||
|
||||
saved_view = models.ForeignKey(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue