summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-02 08:57:21 +0300
committerFrederick Muriuki Muriithi2023-08-02 08:57:21 +0300
commitf3b7f6970fcd541bb2221c8599c595187bee859f (patch)
tree38f8926fc34749b355cbee3a3e87cfa7eb73de25
parentb25dac17a8b6aacf95fffcf157ddc62d20c4dccd (diff)
downloadgn-gemtext-f3b7f6970fcd541bb2221c8599c595187bee859f.tar.gz
Update issue
-rw-r--r--issues/authentication_authorisation/temp-trait-error.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/issues/authentication_authorisation/temp-trait-error.gmi b/issues/authentication_authorisation/temp-trait-error.gmi
index 7307a31..04ab99d 100644
--- a/issues/authentication_authorisation/temp-trait-error.gmi
+++ b/issues/authentication_authorisation/temp-trait-error.gmi
@@ -17,3 +17,9 @@ Not sure how to handle this, since the trait page code currently expects privile
## How to reproduce
Add some traits to a collection (or just select some from search results), run "Correlations," and click one of the traits in the PCA Traits table.
+
+
+## Fixes
+
+=> https://github.com/genenetwork/genenetwork3/commit/1bd01c7396daf9413e9524d7e627e9e36b281213
+This commit adds a patch to make **ALL** "Temp" traits publicly readable. This is necessary since the "Temp" traits are not attached to any resources. It is also because unlike all the other traits, "Temp" traits are not saved in the database, rather, they are saved in redis which might make them ephemeral.