summaryrefslogtreecommitdiff
path: root/issues/fix-collection-export.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/fix-collection-export.gmi')
-rw-r--r--issues/fix-collection-export.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/issues/fix-collection-export.gmi b/issues/fix-collection-export.gmi
index 3c48e0c..0e8c164 100644
--- a/issues/fix-collection-export.gmi
+++ b/issues/fix-collection-export.gmi
@@ -15,4 +15,4 @@ For example, http://genenetwork.org/show_trait?trait_id=ENSMUST00000115420&datas
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)
+- This has been fixed in d9bd1530aa2f46c5f54ea1ec80e56ad2c6ad6efb ; 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)