From e7279a391ea7e7fed49471d43658ec179e69025b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 26 Aug 2018 05:20:44 -0400 Subject: [PATCH] Don't show the document types of an index instance. Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 +- mayan/apps/document_indexing/apps.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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'),