mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
forgot a sort field
This commit is contained in:
parent
d3b1a20a99
commit
3378ac1487
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import { FilterRule } from 'src/app/data/filter-rule';
|
|||
|
||||
export const DOCUMENT_SORT_FIELDS = [
|
||||
{ field: "correspondent__name", name: "Correspondent" },
|
||||
{ field: "document_type__name", name: "Document type" },
|
||||
{ field: 'title', name: 'Title' },
|
||||
{ field: 'archive_serial_number', name: 'ASN' },
|
||||
{ field: 'created', name: 'Created' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue