RED-9823: Changed audit message for force annotation

This commit is contained in:
Dominique Eifländer 2024-10-09 08:54:19 +02:00
parent 4397cddcc1
commit ac41a902a1

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()));