Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

fix updateAssignments

Merged Marco Amoia requested to merge feature/fixUpdateAssignments into develop
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