Skip to content

Commit

Permalink
Issue 47949: Viewing transition list for a Skyline doc is very slow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels authored Sep 19, 2023
1 parent bc2e26e commit c21f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/targetedms/TargetedMSSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ public ExpRunTable getTargetedMSRunsTable(ContainerFilter cf)
"\nFROM " + TargetedMSManager.getTableInfoRuns() + " tmsRuns " +
"\nWHERE tmsRuns.ExperimentRunLSID = " + ExprColumn.STR_TABLE_ALIAS + ".LSID AND tmsRuns.Deleted = ?)");
sql.add(Boolean.FALSE);
var skyDocDetailColumn = new ExprColumn(result, "File", sql, JdbcType.INTEGER);
var skyDocDetailColumn = new ExprColumn(result, "File", sql, JdbcType.BIGINT);

ActionURL url = TargetedMSController.getShowRunURL(getContainer());

Expand Down

0 comments on commit c21f930

Please sign in to comment.