Fix some remaining issues from the Spring migration #20

Merged
niat8586 merged 14 commits from release-firefighting into develop 2024-11-20 12:56:22 +01:00
Showing only changes of commit 4b53a8fc97 - Show all commits

View File

@ -38,6 +38,7 @@ public class UserProfileServiceImpl extends AbstractServiceImpl<UserProfile, Lon
}
@Override
@Transactional
public Roles findSelectedRole(User user) {
return findByUser(user).getSelectedRole();
}