Actions
Bug #7395
closedFix wrong column headers and "real name" content in /exports/users.csv
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Publishing
Target version:
Story points:
0.5
Description
Currently, /users.csv gives you something like this
human_id sha1 download_url get_evidence_genome_id report_url location name created_at updated_at locator published_at status_url download_url report_metadata hu5D9DE3 false hu034DB1 true
see source:app/controllers/exports_controller.rb
Desired fixes:- The column headings are obviously a copy-and-paste error (these are the "datasets" column headings). The second column should be "real_name".
- If the user has enabled "real name public", the second column says "true". We should show the participant's real name here.
- Related feature request: might as well add an "enrolled" column showing the date the participant enrolled.
Updated by Ward Vandewege about 9 years ago
- Target version set to Testing and Upgrading + PGP.ca features
Updated by Ward Vandewege about 9 years ago
Reviewing 7395-users-csv-columns
LGTM, please merge.
Updated by Tom Clegg about 9 years ago
- Status changed from New to Resolved
Applied in changeset 3af80c0e05cfdd1dcbb58bfc7164b7ae6eee505f.
Actions