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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user