mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 15:06:00 +01:00
Add a little more read-only info for documents
This commit is contained in:
parent
5c3cb1e4ab
commit
3f572afb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class DocumentAdmin(CommonAdmin):
|
|||
}
|
||||
|
||||
search_fields = ("correspondent__name", "title", "content", "tags__name")
|
||||
readonly_fields = ("added",)
|
||||
readonly_fields = ("added", "file_type", "storage_type",)
|
||||
list_display = ("title", "created", "added", "thumbnail", "correspondent",
|
||||
"tags_")
|
||||
list_filter = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue