Skip to content
Snippets Groups Projects
Commit 7ec6ba2d authored by pkupczyk's avatar pkupczyk
Browse files

SP-648 / BIS-417: Capability for creating spaces doesn't work for dropboxes -...

SP-648 / BIS-417: Capability for creating spaces doesn't work for dropboxes - make also @RolesAllowed consistent in both ui and dropbox paths

SVN: 29141
parent 1a5a89d2
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.SampleUpdatesDTO;
*/
public interface IETLEntityOperationChecker
{
@RolesAllowed(RoleWithHierarchy.INSTANCE_ETL_SERVER)
@RolesAllowed(
{ RoleWithHierarchy.SPACE_ADMIN, RoleWithHierarchy.INSTANCE_ETL_SERVER })
@Capability("CREATE_SPACES_VIA_DSS")
public void assertSpaceCreationAllowed(IAuthSession session, List<NewSpace> newSpaces);
......
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