mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Add frontend owner filtering
Add owner to doc cards, table Frontend testing for owner filtering
This commit is contained in:
parent
487d3a6262
commit
c2b5451fe4
18 changed files with 549 additions and 31 deletions
|
|
@ -23,6 +23,7 @@ export const DOCUMENT_SORT_FIELDS = [
|
|||
{ field: 'added', name: $localize`Added` },
|
||||
{ field: 'modified', name: $localize`Modified` },
|
||||
{ field: 'num_notes', name: $localize`Notes` },
|
||||
{ field: 'owner', name: $localize`Owner` },
|
||||
]
|
||||
|
||||
export const DOCUMENT_SORT_FIELDS_FULLTEXT = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue