UofS-Pulse-Binfo / analyzedphenotypes

Tripal/Drupal support for analyzed phenotypic data including data loaders, exporters, trait pages and summaries on germplasm pages.
GNU General Public License v2.0
0 stars 1 forks source link

Download: optional columns and column reordering does not appear to work #77

Closed laceysanderson closed 5 years ago

laceysanderson commented 5 years ago

Testing on the download on the production site and dev/fresh implies that the optional columns and column re-ordering does not work.

Steps to Reproduce:

Optional Columns

  1. Select one project, species, trait, germplasm
  2. Output format: TSV
  3. Select checkbox beside Origin and/or Data Collector
  4. Click Download button
  5. Run job on the command-line and notice that neither optional column is in the columnheaders variable.
  6. Open the resulting file and notice they are not in the file either.

Column Reordering

  1. Select one project, species, trait, germplasm
  2. Output format: TSV
  3. Move the trait section to the end.
  4. Click Download button
  5. Run job on the command-line and notice that the traits are not at the end of the columnheaders variable.
  6. Open the resulting file and notice the traits are not at the end.
laceysanderson commented 5 years ago

Note: Due to this bug I was unable to fix test the new streamlined download code in respect to ordering and there is no functionality at that level to add the origin/data collector -this should be done in this issue.

laceysanderson commented 5 years ago

functionality removed