diff --git a/mayan/apps/documents/apps.py b/mayan/apps/documents/apps.py index 5e8639c466..0b83d72ce4 100644 --- a/mayan/apps/documents/apps.py +++ b/mayan/apps/documents/apps.py @@ -310,14 +310,6 @@ class DocumentsApp(MayanAppConfig): attribute='label', is_identifier=True, is_sortable=True, source=DeletedDocument ) - SourceColumn( - func=lambda context: document_page_thumbnail_widget.render( - instance=context['object'] - ), label=_('Thumbnail'), source=DeletedDocument - ) - SourceColumn( - attribute='document_type', is_sortable=True, source=DeletedDocument - ) SourceColumn( attribute='deleted_date_time', source=DeletedDocument )