From 338c3a2d9bcc28b9d98e60ce8e5021eec18e61f6 Mon Sep 17 00:00:00 2001 From: Morten Madsen Lyngstad Date: Fri, 11 Jul 2025 12:36:10 +0200 Subject: [PATCH] Add 'type' column to SampleStatusTable and update back button link in sample_lab.html --- src/staff/tables.py | 2 ++ src/staff/templates/staff/sample_lab.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/staff/tables.py b/src/staff/tables.py index d6f757fb..a9ce9222 100644 --- a/src/staff/tables.py +++ b/src/staff/tables.py @@ -271,10 +271,12 @@ class Meta: "genlab_id", "internal_note", "isolation_method", + "type", ] sequence = [ "checked", "genlab_id", + "type", "marked", "plucked", "isolated", diff --git a/src/staff/templates/staff/sample_lab.html b/src/staff/templates/staff/sample_lab.html index b8ee3564..47368e3c 100644 --- a/src/staff/templates/staff/sample_lab.html +++ b/src/staff/templates/staff/sample_lab.html @@ -5,7 +5,7 @@

{% block page-title %}{% if order %}{{ order }} - Samples{% else %}Samples{% endif %}{% endblock page-title %}

{% block page-inner %}
- back + back
{% csrf_token %}