RED-6929: fix acceptance tests/rules
This commit is contained in:
parent
39790c0c8f
commit
cd942188b9
@ -128,7 +128,7 @@ public class RedactionLogCreatorService {
|
|||||||
.isRecommendation(false)
|
.isRecommendation(false)
|
||||||
.positions(List.of(RectangleTransformations.toRedactionLogRectangle(image.getPosition(), image.getPage().getNumber())))
|
.positions(List.of(RectangleTransformations.toRedactionLogRectangle(image.getPosition(), image.getPage().getNumber())))
|
||||||
.sectionNumber(image.getTreeId().get(0))
|
.sectionNumber(image.getTreeId().get(0))
|
||||||
.section(image.getParent().getTextBlock().getSearchText())
|
.section(image.getParent().toString())
|
||||||
.imageHasTransparency(image.isTransparent())
|
.imageHasTransparency(image.isTransparent())
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user