Skip to content
Snippets Groups Projects
Commit 9683b604 authored by juanf's avatar juanf
Browse files

SSDM-2893 : Change capability role map in openBIS for setting parents in...

SSDM-2893 : Change capability role map in openBIS for setting parents in samples to be backwards compatible before S214

SVN: 35288
parent a6e9a07b
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ public interface IRelationshipService
@Transactional(propagation = Propagation.MANDATORY)
@RolesAllowed(value =
{ RoleWithHierarchy.SPACE_ETL_SERVER, RoleWithHierarchy.SPACE_POWER_USER })
{ RoleWithHierarchy.SPACE_ETL_SERVER, RoleWithHierarchy.SPACE_USER })
@Capability("ADD_PARENT_TO_SAMPLE")
public void addParentToSample(IAuthSession session,
@AuthorizationGuard(name = "SAMPLE", guardClass = SamplePEPredicate.class)
......
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