Skip to content
Snippets Groups Projects
Commit 8a75a0fd authored by tpylak's avatar tpylak
Browse files

change the rights required to list persons to instance admin (Manuel's request)

SVN: 16148
parent 8728c170
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ public interface ICommonServer extends IServer
* @return a sorted list of {@link Person}.
*/
@Transactional(readOnly = true)
@RolesAllowed(RoleSet.OBSERVER)
@RolesAllowed(RoleSet.INSTANCE_ADMIN)
public List<Person> listPersons(String sessionToken);
/**
......
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