mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Update filter-rule-type.ts
This commit is contained in:
parent
f75d4ccc89
commit
da361e9d64
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export const FILTER_DOCUMENT_TYPE = 4
|
||||||
export const FILTER_IS_IN_INBOX = 5
|
export const FILTER_IS_IN_INBOX = 5
|
||||||
export const FILTER_HAS_TAGS_ALL = 6
|
export const FILTER_HAS_TAGS_ALL = 6
|
||||||
export const FILTER_HAS_ANY_TAG = 7
|
export const FILTER_HAS_ANY_TAG = 7
|
||||||
export const FILTER_HAS_TAGS_ANY = 19
|
export const FILTER_HAS_TAGS_ANY = 22
|
||||||
export const FILTER_CREATED_BEFORE = 8
|
export const FILTER_CREATED_BEFORE = 8
|
||||||
export const FILTER_CREATED_AFTER = 9
|
export const FILTER_CREATED_AFTER = 9
|
||||||
export const FILTER_CREATED_YEAR = 10
|
export const FILTER_CREATED_YEAR = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue