Skip to content

Commit

Permalink
Adjust sort to let SQLServer sort according to our intention
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels committed Nov 17, 2023
1 parent 30738a7 commit 6ce79c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/targetedms/view/CalibrationCurvesView.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CalibrationCurvesView(ViewContext ctx, TargetedMSSchema schema, TargetedM

if (isSmallMolecule())
{
getSettings().setBaseSort(new Sort("GeneralMoleculeId/CustomIonName"));
getSettings().setBaseSort(new Sort("GeneralMoleculeId/Molecule"));
}
else
{
Expand Down

0 comments on commit 6ce79c1

Please sign in to comment.