From c0870a8765ce10ec5c3b742a0c96b40cbf320610 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 13 Apr 2026 14:30:48 +0100 Subject: [PATCH] Fix loop to use correct method for retrieving ordered series in findings partial --- atlas/templates/atlas/partials/_series_findings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/partials/_series_findings.html b/atlas/templates/atlas/partials/_series_findings.html index 8e46ff15..c819fffe 100644 --- a/atlas/templates/atlas/partials/_series_findings.html +++ b/atlas/templates/atlas/partials/_series_findings.html @@ -13,7 +13,7 @@
Series Findings
- {% for series in case.ordered_series %} + {% for series in case.get_ordered_series %} {% for finding in series.findings.all %}