RED-7156: some files stuck in error state #54

Merged
kilian.schuettler1 merged 3 commits from RED-7156 into master 2023-07-18 10:27:51 +02:00
Showing only changes of commit 164d8017e2 - Show all commits

View File

@ -263,7 +263,7 @@ public class CustomEntityCreationAdapter {
public static RectangleWithPage fromAnnotationRectangle(com.iqser.red.service.persistence.service.v1.api.shared.model.annotations.Rectangle rectangle) {
return new RectangleWithPage(rectangle.getPage(), toRectangle2D(rectangle));
return new RectangleWithPage(rectangle.getPage() + 1, toRectangle2D(rectangle));
}