mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
Re-work filter editor, bulk editor & reset buttons
This commit is contained in:
parent
c2b5451fe4
commit
3c4dadd905
14 changed files with 104 additions and 86 deletions
|
|
@ -209,7 +209,7 @@ class DelayedQuery:
|
|||
criterias.append(query.Not(query.Term("type_id", document_type_id)))
|
||||
elif k == "correspondent__isnull":
|
||||
criterias.append(
|
||||
query.Term("has_correspondent", self.evalBoolean(v)),
|
||||
query.Term("has_correspondent", self.evalBoolean(v) is False),
|
||||
)
|
||||
elif k == "is_tagged":
|
||||
criterias.append(query.Term("has_tag", self.evalBoolean(v)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue