RED-8279 - Backend responds with outdated data in entityLog for applied resized recommendation
This commit is contained in:
parent
96a7084241
commit
33e8ae435b
@ -248,6 +248,10 @@ export class AnnotationActionsService {
|
||||
value: textAndPositions.text,
|
||||
positions: textAndPositions.positions,
|
||||
} as AnnotationWrapper;
|
||||
|
||||
recommendation.isRemoved = true;
|
||||
await this._annotationDrawService.draw([recommendation], this._skippedService.hideSkipped(), this._state.dossierTemplateId);
|
||||
|
||||
return this.convertRecommendationToAnnotation([recommendation]);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user