RED-9823: Changed audit message for force annotation
This commit is contained in:
parent
4397cddcc1
commit
ac41a902a1
@ -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()));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user