Commit ff81fbe
fix: add missing @transactional to softDeleteOldMappings
InvalidDataAccessApiUsageException: "Executing an update/delete query"
- a @Modifying UPDATE query with no surrounding transaction. Pre-existing
bug in shared code (updateUserRoleMapping, used by every service line),
dormant until now: Stop TB's Edit form was always invalid before today's
fixes (Update button permanently disabled), so nothing ever reached this
code path through Stop TB specifically. Same pattern the other
@Modifying query in this file already follows correctly.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 970f303 commit ff81fbe
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments