summaryrefslogtreecommitdiff
path: root/issues/fix-collection-export.gmi
diff options
context:
space:
mode:
authorzsloan2022-04-21 15:32:13 -0500
committerGitHub2022-04-21 15:32:13 -0500
commit24c9bb0d0dfbb43a9787fd9406a0a2880204ad02 (patch)
treefa31ede7659ac3988589b48026db109de1bf72f1 /issues/fix-collection-export.gmi
parentac640cc7000b59912419e380aa927a8857da4af8 (diff)
downloadgn-gemtext-24c9bb0d0dfbb43a9787fd9406a0a2880204ad02.tar.gz
Update fix-collection-export.gmi
Diffstat (limited to 'issues/fix-collection-export.gmi')
-rw-r--r--issues/fix-collection-export.gmi5
1 files changed, 4 insertions, 1 deletions
diff --git a/issues/fix-collection-export.gmi b/issues/fix-collection-export.gmi
index 82f28a5..3c48e0c 100644
--- a/issues/fix-collection-export.gmi
+++ b/issues/fix-collection-export.gmi
@@ -5,7 +5,7 @@
* assigned: zsloan
* type: bug
* priority: high
-* status: in-progress
+* status: closed
* keywords: collections
## Description
@@ -13,3 +13,6 @@
The export function from "collection" has not been working for a while. You can still export from within the trait page, but there's one limitation.
For example, http://genenetwork.org/show_trait?trait_id=ENSMUST00000115420&dataset=UTHSC-BXD-Harv_Liv-1019
If you go to this page, there are columns with important info (e.g., strain, sex, age, diet). If you click "export", you only get the individual name and trait value. There is no easy way for users to link the "name" back to the strain. (I've done it but it was extremely difficult copy and paste section by section).
+
+## Updates
+- This has been completed; the issue appeared to be that there were some whitespace/newline characters in the checkbox cell, so some code that was fetching "the first item in the checkbox TD" wasn't getting the checkbox (which contains trait identifying info in its values)