mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Add a little more read-only info for documents
This commit is contained in:
		| @@ -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 = ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn