mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Removed the archive tag, as it wasnt really used anyway.
This commit is contained in:
@@ -51,7 +51,7 @@ class Command(Renderable, BaseCommand):
|
||||
queryset = Document.objects.filter(tags__is_inbox_tag=True)
|
||||
else:
|
||||
queryset = Document.objects.all()
|
||||
documents = queryset.exclude(tags__is_archived_tag=True).distinct()
|
||||
documents = queryset.distinct()
|
||||
|
||||
logging.getLogger(__name__).info("Loading classifier")
|
||||
try:
|
||||
|
Reference in New Issue
Block a user