Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

fix updateAssignments

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -81,6 +81,7 @@ public class IdentityAttributeServiceImpl implements IdentityAttributeService {
}
@Override
@Transactional
public void updateAssignments(List<String> idaCodes) {
idaRolesRepository.updateAssignments(idaCodes);
}
Loading