From 3d0f8bd083116b4fc2909dce2d314875d47a344c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jul 2023 13:53:59 +0300 Subject: Close issue --- issues/sample-data-not-appearing-in-phenotype-editing-page.gmi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'issues/sample-data-not-appearing-in-phenotype-editing-page.gmi') 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. -- cgit v1.2.3