Skip to content

Commit

Permalink
Speed up sample edits (#3984) (patch)
Browse files Browse the repository at this point in the history
### Fixed

- sequencing metrics are excluded from the edit sample flask form
  • Loading branch information
islean authored Nov 28, 2024
1 parent ee779fa commit 41db254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/server/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ class SampleView(BaseView):
"_phenotype_terms",
"links",
"mother_links",
"sequencing_metrics",
]

@staticmethod
Expand Down

0 comments on commit 41db254

Please sign in to comment.