diff --git a/HISTORY.rst b/HISTORY.rst index 30b08f9f78..39e6b21fea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -116,7 +116,7 @@ via environment variable. - The official config filename is config.yml. - Interpret ALLOWED_HOSTS as YAML. - +- Don't show the document types of an index instance. 3.0.3 (2018-08-17) ================== diff --git a/mayan/apps/document_indexing/apps.py b/mayan/apps/document_indexing/apps.py index e174d75847..b01ffb8334 100644 --- a/mayan/apps/document_indexing/apps.py +++ b/mayan/apps/document_indexing/apps.py @@ -103,10 +103,6 @@ class DocumentIndexingApp(MayanAppConfig): user=context['request'].user ) ) - SourceColumn( - source=IndexInstance, label=_('Document types'), - attribute='get_document_types_names' - ) SourceColumn( source=IndexTemplateNode, label=_('Level'),