Skip to content

Commit

Permalink
Align brief and detailed table displays in qitops.json (#2541)
Browse files Browse the repository at this point in the history
The QA-NIAID study viewer displays a table of metadata for both summary and detailed views.  Currently they do not match, and the NIAID sponsor has asked that they be made to do so.
  • Loading branch information
hughestr authored Jul 27, 2023
1 parent 7aec4e4 commit 71f7ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-niaid.planx-pla.net/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"rowAccessor": "cmc_unique_id",
"listItemConfig": {
"blockFields": ["brief_summary"],
"tableFields": ["data_availability_date", "most_recent_update", "previous_versions", "data_available", "creator", "nct_number", "condition", "category", "clinical_trial_website", "publications","study_registration","study_registration_id"],
"tableFields": ["data_availability_date", "most_recent_update", "previous_versions", "data_available", "creator", "nct_number", "condition", "category", "study_design_primary_purpose","study_design_allocation", "study_start_date", "study_completion_date", "clinical_trial_website", "publications","study_registration","study_registration_id"],
"hideEmptyFields": true
},
"singleItemConfig": {
Expand Down

0 comments on commit 71f7ef6

Please sign in to comment.