Don't show the document types of an index instance.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-26 05:20:44 -04:00
parent c6aab372cb
commit e7279a391e
2 changed files with 1 additions and 5 deletions

View File

@@ -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'),