Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-06-24 23:55:02 -04:00
parent a1a706b7b9
commit 7562588c42
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -61,7 +61,7 @@ class Tag(models.Model):
def get_document_count(self, user):
"""
Return the numeric count of documents that have this tag attached.
The count if filtered by access.
The count is filtered by access.
"""
queryset = AccessControlList.objects.restrict_queryset(
permission=permission_document_view, queryset=self.documents,