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

14 Commits

Author SHA1 Message Date
4b53a8fc97 Added missing @Transactional
All checks were successful
Build and test / build-and-test (push) Successful in 7m6s
2024-11-20 10:24:25 +01:00
fc06c48456 Add final missing @Transactional
All checks were successful
Build and test / build-and-test (push) Successful in 6m59s
2024-11-19 15:19:53 +01:00
5d6df37572 Fix crash while trying grade an opponent
Caused by missing @Transactional
2024-11-19 15:09:53 +01:00
4f3c77ffe3 Fix crash while trying to show a user's note
Caused by missing @Transactional
2024-11-19 15:02:00 +01:00
3ea6611e74 Fix crash while trying to toggle milestones
All checks were successful
Build and test / build-and-test (push) Successful in 7m2s
Caused by missing @Transactional
2024-11-19 14:58:21 +01:00
6937ae15de Remove invalid @Transactional on private methods 2024-11-19 14:34:41 +01:00
3809c4ef68 Merge branch 'develop' into release-firefighting
All checks were successful
Build and test / build-and-test (push) Successful in 7m4s
2024-11-19 14:32:02 +01:00
1a2486d958 Fix crash while trying to unselect an idea as an author
Some checks failed
Build and test / build-and-test (push) Has been cancelled
Caused by missing @Transactional
2024-11-19 14:27:53 +01:00
419133cd39 Fix crash while trying to schedule a first meeting
All checks were successful
Build and test / build-and-test (push) Successful in 7m1s
Caused by missing @Transactional
2024-11-19 14:19:21 +01:00
d05545323d Fix crash while trying to remove an approved final thesis
All checks were successful
Build and test / build-and-test (push) Successful in 6m48s
Caused by missing @Transactional
2024-11-19 14:11:11 +01:00
3df572117d Fix crash while trying to upload final thesis as supervisor
Caused by a missing @Transactional
2024-11-19 14:09:22 +01:00
02ec5ea778 Fix crash while trying to schedule final seminar
All checks were successful
Build and test / build-and-test (push) Successful in 6m49s
Caused by a missing @Transactional annotation.
2024-11-19 13:50:19 +01:00
d4a8f411ba Added missing @Transactional
All checks were successful
Build and test / build-and-test (push) Successful in 6m45s
2024-11-19 10:52:14 +01:00
f6f017703b Added missing @Bean definition 2024-11-19 10:52:14 +01:00