summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-02-10 13:05:52 -0600
committerFrederick Muriuki Muriithi2026-02-10 13:05:52 -0600
commitf5958dbcabf18f4b5aa7429f37ac5cdc0ba34e2c (patch)
tree958b67f2d559ad089a05460e4d897e144509ecb9
parentbc17e208177e688592f1bc8efbb376e233687d5b (diff)
downloadgn-ai-f5958dbcabf18f4b5aa7429f37ac5cdc0ba34e2c.tar.gz
Add note regarding fix to the issue.
-rw-r--r--issues/genenetwork2/error-adding-trait-to-collections-while-logged-out.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/issues/genenetwork2/error-adding-trait-to-collections-while-logged-out.gmi b/issues/genenetwork2/error-adding-trait-to-collections-while-logged-out.gmi
index 4048f3e9..91911ca0 100644
--- a/issues/genenetwork2/error-adding-trait-to-collections-while-logged-out.gmi
+++ b/issues/genenetwork2/error-adding-trait-to-collections-while-logged-out.gmi
@@ -27,3 +27,7 @@ On clicking "Add" we should have got a modal dialog with a selection of collecti
 
 => https://github.com/genenetwork/genenetwork2/blob/c057054b69e673108410894ce87c5059aebb7b68/gn2/wqflask/collect.py#L81-L84
 The first fetch with ``oauth2_get`` fails in the case where the user is not logged in, raising a "MissingToken" exception. This then is handled by the default handlers and we get presented the prompt to login.
+
+#### Fix(es)
+
+=> https://github.com/genenetwork/genenetwork2/commit/9d403022cf9cfbcd43e9e2715193e148f6a47e46