Merge branch 'RED-9823-master' into 'master'

RED-9823: Changed audit message for force annotation

Closes RED-9823

See merge request redactmanager/persistence-service!774
This commit is contained in:
Dominique Eifländer 2024-10-09 09:14:34 +02:00
commit 71a895f3a2

View File

@ -315,7 +315,7 @@ public class ManualRedactionController implements ManualRedactionResource {
.userId(KeycloakSecurity.getUserId())
.objectId(fileId)
.category(AuditCategory.DOCUMENT.name())
.message("Skipped annotation was forced to be redacted")
.message("Skipped annotation was forced to be applied")
.details(Map.of(DOSSIER_ID, dossierId, FILE_ID, fileId, ANNOTATION_ID, response.getAnnotationId()))
.build()));