summaryrefslogtreecommitdiff
path: root/issues/sample-data-not-appearing-in-phenotype-editing-page.gmi
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-07-12 13:53:59 +0300
committerFrederick Muriuki Muriithi2023-07-12 13:53:59 +0300
commit3d0f8bd083116b4fc2909dce2d314875d47a344c (patch)
tree3799afe0a8560f94a006078574e1c336ac1ef9b1 /issues/sample-data-not-appearing-in-phenotype-editing-page.gmi
parentbc95e91b7b5d3ee2735b938817021a15bcc1534e (diff)
downloadgn-gemtext-3d0f8bd083116b4fc2909dce2d314875d47a344c.tar.gz
Close issue
Diffstat (limited to 'issues/sample-data-not-appearing-in-phenotype-editing-page.gmi')
-rw-r--r--issues/sample-data-not-appearing-in-phenotype-editing-page.gmi4
1 files changed, 3 insertions, 1 deletions
diff --git a/issues/sample-data-not-appearing-in-phenotype-editing-page.gmi b/issues/sample-data-not-appearing-in-phenotype-editing-page.gmi
index b96841f..99536d2 100644
--- a/issues/sample-data-not-appearing-in-phenotype-editing-page.gmi
+++ b/issues/sample-data-not-appearing-in-phenotype-editing-page.gmi
@@ -6,7 +6,7 @@
* priority: urgent
* type: bug
* keywords: editing, phenotype, phenotype editing
-* status: open
+* status: closed
## Description
@@ -16,3 +16,5 @@ On clicking the "Edit" button in the traits' page (/show_trait?...), the sample
=> https://github.com/genenetwork/genenetwork2/blob/f8263ccb64daa5cbeeb0b1d7da3605f825e8acb6/wqflask/wqflask/metadata_edits.py#L132 Line 132 of metadata_edits.py module
gives back an empty `sample_list`
+
+The code was fetching the configurations from the environment, which is not always set. Change the code to fetch configurations from the application object.