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
8103320e
Commit
8103320e
authored
9 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-3130: fixing bug caused by backporting
SVN: 35671
parent
14997289
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java
+1
-1
1 addition, 1 deletion
...siness/bo/common/entity/ISecondaryEntityListingQuery.java
with
1 addition
and
1 deletion
openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java
+
1
−
1
View file @
8103320e
...
@@ -39,7 +39,7 @@ public interface ISecondaryEntityListingQuery extends BaseQuery
...
@@ -39,7 +39,7 @@ public interface ISecondaryEntityListingQuery extends BaseQuery
{
{
public
static
final
String
SELECT_FROM_EXPERIMENTS
public
static
final
String
SELECT_FROM_EXPERIMENTS
=
"select e.id as id, e.code as e_code, e.perm_id as e_permid, e.del_id as del_id, et.code as et_code, "
=
"select e.id as id, e.code as e_code, e.perm_id as e_permid, e.del_id as del_id, et.code as et_code, "
+
"p.code as p_code, p.id as p_id, p.perm_id as p_perm_id, g.code as spc_code
, g.dbin_id as dbin_id
from experiments e "
+
"p.code as p_code, p.id as p_id, p.perm_id as p_perm_id, g.code as spc_code from experiments e "
+
"join experiment_types et on e.exty_id=et.id join projects p on e.proj_id=p.id "
+
"join experiment_types et on e.exty_id=et.id join projects p on e.proj_id=p.id "
+
"join spaces g on p.space_id=g.id"
;
+
"join spaces g on p.space_id=g.id"
;
...
...
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