Skip to content

Commit

Permalink
Fix field key casing for CustomizeView.addColumn (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Sep 11, 2024
1 parent 444ccf4 commit f6fce3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ public void testUploadAndLink()
_customizeViewsHelper.addColumn("StdDev");
_customizeViewsHelper.addColumn("CV");
_customizeViewsHelper.addColumn("Summary");
_customizeViewsHelper.addColumn("ANALYTE/ANALYTEWITHBEAD");
_customizeViewsHelper.addColumn("ANALYTE/BEADNUMBER");
_customizeViewsHelper.addColumn("Analyte/AnalyteWithBead");
_customizeViewsHelper.addColumn("Analyte/BeadNumber");
_customizeViewsHelper.applyCustomView();

// show all rows (> 100 in full data file)
Expand Down

0 comments on commit f6fce3a

Please sign in to comment.