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:
commit
71a895f3a2
@ -315,7 +315,7 @@ public class ManualRedactionController implements ManualRedactionResource {
|
|||||||
.userId(KeycloakSecurity.getUserId())
|
.userId(KeycloakSecurity.getUserId())
|
||||||
.objectId(fileId)
|
.objectId(fileId)
|
||||||
.category(AuditCategory.DOCUMENT.name())
|
.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()))
|
.details(Map.of(DOSSIER_ID, dossierId, FILE_ID, fileId, ANNOTATION_ID, response.getAnnotationId()))
|
||||||
.build()));
|
.build()));
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user