mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-03 11:29:28 -05:00
bugfix
This commit is contained in:
parent
138b4c8833
commit
c69546d299
@ -132,7 +132,7 @@ class DocumentAdmin(CommonAdmin):
|
||||
|
||||
def changelist_view(self, request, extra_context=None):
|
||||
response = super().changelist_view(request, extra_context)
|
||||
|
||||
if 'cl' in response.context_data:
|
||||
self.document_queue = [doc.id for doc in response.context_data['cl'].queryset]
|
||||
|
||||
return response
|
||||
|
Loading…
x
Reference in New Issue
Block a user