Skip to content
Snippets Groups Projects
Commit 1a5a89d2 authored by pkupczyk's avatar pkupczyk
Browse files

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

SVN: 29140
parent 7a79617b
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.SampleUpdatesDTO;
public interface IETLEntityOperationChecker
{
@RolesAllowed(RoleWithHierarchy.INSTANCE_ETL_SERVER)
@Capability("CREATE_SPACES_VIA_DSS")
public void assertSpaceCreationAllowed(IAuthSession session, List<NewSpace> newSpaces);
@RolesAllowed(RoleWithHierarchy.INSTANCE_ETL_SERVER)
......
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