mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Add a little more read-only info for documents
This commit is contained in:
parent
5c3cb1e4ab
commit
3f572afb8b
@ -171,7 +171,7 @@ class DocumentAdmin(CommonAdmin):
|
|||||||
}
|
}
|
||||||
|
|
||||||
search_fields = ("correspondent__name", "title", "content", "tags__name")
|
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",
|
list_display = ("title", "created", "added", "thumbnail", "correspondent",
|
||||||
"tags_")
|
"tags_")
|
||||||
list_filter = (
|
list_filter = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user