From 24c9bb0d0dfbb43a9787fd9406a0a2880204ad02 Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 21 Apr 2022 15:32:13 -0500 Subject: Update fix-collection-export.gmi --- issues/fix-collection-export.gmi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3