Skip to content

Commit

Permalink
Issue 51353: Add containerFilter AllFolders to query to get distinct …
Browse files Browse the repository at this point in the history
…curve fit types for LJ report tabs (#804)
  • Loading branch information
cnathe authored Sep 26, 2024
1 parent ab76587 commit 4ce5996
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
// Query to see if 4PL and/or 5PL curve fit data exists for this assay
LABKEY.Query.selectDistinctRows({
containerFilter: LABKEY.Query.containerFilter.allFolders, // Issue 51353
schemaName: 'assay.Luminex.' + _protocolName,
queryName: 'CurveFit',
column: 'CurveType',
Expand Down

0 comments on commit 4ce5996

Please sign in to comment.