RED-7054 - Not possible to delete specific dossier - Error code 500 returned
- add Transaction for hardDeleteDossier
This commit is contained in:
parent
c1c7931df2
commit
144538a068
@ -203,6 +203,7 @@ public class DossierManagementService {
|
||||
}
|
||||
|
||||
|
||||
@Transactional
|
||||
public void hardDeleteDossiers(Set<String> dossierIds) {
|
||||
|
||||
for (String dossierId : dossierIds) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user