Commit b4d815cd by Tuomas Riihimäki

find() for OrgROles is required for orgrole converter when creating organisation role request

1 parent bd9a4f7a
...@@ -84,7 +84,7 @@ public class OrgRoleBean implements OrgRoleBeanLocal { ...@@ -84,7 +84,7 @@ public class OrgRoleBean implements OrgRoleBeanLocal {
} }
@Override @Override
@RolesAllowed({ UserPermission.S_READ_ORGROLES, }) @RolesAllowed({ UserPermission.S_READ_ORGROLES, UserPermission.S_REQUEST_ORGROLES })
public OrgRole find(Integer id) { public OrgRole find(Integer id) {
return orgRoleFacade.find(id); return orgRoleFacade.find(id);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!