Skip to content
Snippets Groups Projects
Commit 52465f38 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

bugfix, Quality per task no longer worked

parent c1dd9694
Branches
No related tags found
No related merge requests found
Pipeline #41458 passed
...@@ -678,7 +678,7 @@ def unique_values_for_aggregation_key(queryset, aggregation_key): ...@@ -678,7 +678,7 @@ def unique_values_for_aggregation_key(queryset, aggregation_key):
return list(map(lambda x: x[aggregation_key], queryset.values(aggregation_key).distinct())) return list(map(lambda x: x[aggregation_key], queryset.values(aggregation_key).distinct()))
def construct_inspectionplots(task,source='taskid'): def construct_inspectionplots(task,source='task_id'):
#results = "<h4>Inspection Plots (for SAS_ID " + task.sas_id + ")</h4>" #results = "<h4>Inspection Plots (for SAS_ID " + task.sas_id + ")</h4>"
# translate the path to a url # translate the path to a url
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 13 December 2022 - 13:00 <p class="footer"> Version 16 December 2022 - 11:00
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment