RED-4344: Fixed suggest accept recommendation
This commit is contained in:
parent
dea5d71fbd
commit
4df925d902
@ -67,8 +67,8 @@ export class ManualRedactionService extends GenericService<IManualAddResponse> {
|
||||
const recommendations: List<IAddRedactionRequest> = annotations.map(annotation => ({
|
||||
addToDictionary: true,
|
||||
sourceId: annotation.annotationId,
|
||||
reason: 'False Positive',
|
||||
value: annotation.value,
|
||||
reason: annotation.legalBasis,
|
||||
positions: annotation.positions,
|
||||
type: annotation.recommendationType,
|
||||
comment,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user