From a028fd2ea34b9b26c9ca2ff16cfe38a4c7da2c46 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Fri, 23 Jul 2010 11:50:48 +0000 Subject: [PATCH] fix: an INSTANCE_OBSERVER needs to be able to do everything that an SPACE_OBSERVER can do, just in all spaces SVN: 17173 --- .../openbis/generic/shared/basic/dto/RoleWithHierarchy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java index cf60c2a675b..69db5426c9b 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/RoleWithHierarchy.java @@ -65,7 +65,7 @@ public enum RoleWithHierarchy implements IsSerializable SPACE_USER(SPACE_POWER_USER), - SPACE_OBSERVER(SPACE_USER), + SPACE_OBSERVER(SPACE_USER, INSTANCE_OBSERVER), SPACE_ETL_SERVER(INSTANCE_ETL_SERVER), -- GitLab