Skip to content

Commit

Permalink
Merge pull request #144 from rice-crc/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
derekjkeller authored Aug 8, 2023
2 parents dc94912 + 5859b87 commit 8633816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/document/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def Gallery(request,collection_id=None,pagenumber=1):

#let's only get the zotero objects that have pages
#otherwise, no need for the gallery -- and it lards the gallery up
docs=ZoteroSource.objects.all().filter(~Q(page_connection=None))
docs=ZoteroSource.objects.order_by().all().filter(~Q(page_connection=None))

other_collections=[]
for collection_tuple in docs.values_list(
Expand Down

0 comments on commit 8633816

Please sign in to comment.