Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
edb6875c
Commit
edb6875c
authored
13 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
fix: filter Analysis Procedures better
SVN: 23009
parent
49b4bd8b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/dataaccess/IScreeningQuery.java
+1
-1
1 addition, 1 deletion
...s/plugin/screening/server/dataaccess/IScreeningQuery.java
with
1 addition
and
1 deletion
screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/server/dataaccess/IScreeningQuery.java
+
1
−
1
View file @
edb6875c
...
@@ -319,7 +319,7 @@ public interface IScreeningQuery extends BaseQuery
...
@@ -319,7 +319,7 @@ public interface IScreeningQuery extends BaseQuery
final
static
String
AT_LEAST_ONE_WELL_EXISTS
=
"EXISTS (select wells.id "
final
static
String
AT_LEAST_ONE_WELL_EXISTS
=
"EXISTS (select wells.id "
+
" from samples wells "
+
" from samples wells "
+
" join samples plates on wells.samp_id_part_of = plates.id "
+
" join samples plates on wells.samp_id_part_of = plates.id "
+
" where plates.
expe_id = exp.
id) "
;
+
" where plates.
id = data.samp_
id) "
;
@Select
(
sql
=
ANALYSIS_PROCEDURE_SELECT
+
" and "
+
AT_LEAST_ONE_WELL_EXISTS
)
@Select
(
sql
=
ANALYSIS_PROCEDURE_SELECT
+
" and "
+
AT_LEAST_ONE_WELL_EXISTS
)
public
List
<
AnalysisProcedureResult
>
listAllAnalysisProcedures
();
public
List
<
AnalysisProcedureResult
>
listAllAnalysisProcedures
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment