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 d455edbc82
commit 37bef447a2

View File

@ -234,7 +234,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()));