Skip to content
Snippets Groups Projects
Commit e80554e4 authored by brinn's avatar brinn
Browse files

listProjectsForUser() only for INSTANCE_OBSERVERS.

SVN: 26082
parent 876790ef
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ public interface ICommonServer extends IServer
* @return a sorted list of {@link Project}.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_OBSERVER)
@RolesAllowed(RoleWithHierarchy.INSTANCE_OBSERVER)
public List<Project> listProjectsForUser(String sessionToken, String userId);
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment