From 8103320ea96bd7ceb3253204a2969f8f8da05fce Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 11 Feb 2016 09:37:48 +0000 Subject: [PATCH] SSDM-3130: fixing bug caused by backporting SVN: 35671 --- .../business/bo/common/entity/ISecondaryEntityListingQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java index 628275f4ad7..79bd2678f48 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/business/bo/common/entity/ISecondaryEntityListingQuery.java @@ -39,7 +39,7 @@ public interface ISecondaryEntityListingQuery extends BaseQuery { 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, " - + "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 spaces g on p.space_id=g.id"; -- GitLab