From 41db2543e99a564db737fe1e378fc653953923e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isak=20Ohlsson=20=C3=85ngnell?= <40887124+islean@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:07:28 +0100 Subject: [PATCH] Speed up sample edits (#3984) (patch) ### Fixed - sequencing metrics are excluded from the edit sample flask form --- cg/server/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cg/server/admin.py b/cg/server/admin.py index 6fa37ae6f7..6e981f7a41 100644 --- a/cg/server/admin.py +++ b/cg/server/admin.py @@ -631,6 +631,7 @@ class SampleView(BaseView): "_phenotype_terms", "links", "mother_links", + "sequencing_metrics", ] @staticmethod