mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 22:16:44 +01:00
Enhancement: filter by file type (#8946)
This commit is contained in:
parent
880f08599a
commit
63bb3644f6
11 changed files with 175 additions and 52 deletions
|
|
@ -62,6 +62,7 @@ class Migration(migrations.Migration):
|
|||
(44, "created from"),
|
||||
(45, "added to"),
|
||||
(46, "added from"),
|
||||
(47, "mime type is"),
|
||||
],
|
||||
verbose_name="rule type",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue