diff --git a/mayan/apps/tags/apps.py b/mayan/apps/tags/apps.py index a003dff06d..28eb363126 100644 --- a/mayan/apps/tags/apps.py +++ b/mayan/apps/tags/apps.py @@ -54,7 +54,6 @@ class TagsApp(MayanAppConfig): SourceColumn(source=Document, label=_('Tags'), attribute=encapsulate(lambda document: widget_inline_tags(document))) SourceColumn(source=Tag, label=_('Preview'), attribute=encapsulate(lambda tag: widget_single_tag(tag))) - SourceColumn(source=Tag, label=_('Tagged items'), attribute=encapsulate(lambda tag: tag.documents.count())) document_search.add_model_field(field='tags__label', label=_('Tags'))