-
Notifications
You must be signed in to change notification settings - Fork 0
General: Fix sending bulk email invitations
#1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 OpenAPI spec and client code auto-updated and committed. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 No OpenAPI or client changes needed. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 OpenAPI spec and client code auto-updated and committed. |
|
@Abi107717 Test coverage could not be fully measured because some tests failed. Please check the workflow logs for details. |
|
🤖 No OpenAPI or client changes needed. |
Checklist
General
Server
Motivation and Context
Bulk sending self-scheduling invitations failed with a LazyInitializationException. The async email sender tried to access Job data (title, supervising professor, research group) through the Application entity, but this relation was not eagerly fetched in the repository query.
Description
Added a single line in InterviewService.sendSelfSchedulingInvitations() to manually set the already loaded Job
object on the Application before sending the email
Steps for Testing
(locally)
(testserver)
Review Progress
Code Review
Manual Tests
Test Coverage
Warning: Server tests failed. Coverage could not be fully measured. Please check the workflow logs.
Last updated: 2026-01-22 19:32:35 UTC