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:
@@ -116,7 +116,7 @@
|
|||||||
via environment variable.
|
via environment variable.
|
||||||
- The official config filename is config.yml.
|
- The official config filename is config.yml.
|
||||||
- Interpret ALLOWED_HOSTS as YAML.
|
- Interpret ALLOWED_HOSTS as YAML.
|
||||||
|
- Don't show the document types of an index instance.
|
||||||
|
|
||||||
3.0.3 (2018-08-17)
|
3.0.3 (2018-08-17)
|
||||||
==================
|
==================
|
||||||
|
|||||||
@@ -103,10 +103,6 @@ class DocumentIndexingApp(MayanAppConfig):
|
|||||||
user=context['request'].user
|
user=context['request'].user
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
SourceColumn(
|
|
||||||
source=IndexInstance, label=_('Document types'),
|
|
||||||
attribute='get_document_types_names'
|
|
||||||
)
|
|
||||||
|
|
||||||
SourceColumn(
|
SourceColumn(
|
||||||
source=IndexTemplateNode, label=_('Level'),
|
source=IndexTemplateNode, label=_('Level'),
|
||||||
|
|||||||
Reference in New Issue
Block a user