Skip to content

Commit

Permalink
merge master -Dorg -Ssuccess-only: PR 518 (Fix getAnnotationCounts Ac…
Browse files Browse the repository at this point in the history
…quisition ome#299)
  • Loading branch information
snoopycrimecop committed Dec 17, 2023
2 parents 28df33b + 2724ff3 commit d996205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions omeroweb/webclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2352,9 +2352,8 @@ def batch_annotate(request, conn=None, **kwargs):
context["canDownload"] = manager.canDownload(objs)
context["template"] = "webclient/annotations/batch_annotate.html"
context["webclient_path"] = reverse("webindex")
context["annotationCounts"] = manager.getBatchAnnotationCounts(
getObjects(request, conn)
)
objs["plateacquisition"] = objs.pop("acquisition")
context["annotationCounts"] = manager.getBatchAnnotationCounts(objs)
return context


Expand Down

0 comments on commit d996205

Please sign in to comment.