Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Isvoran
b562ffdf10 RED-9942 - Don't skip images on file 2024-08-23 13:03:25 +03:00

View File

@ -167,7 +167,7 @@ public class TOCEnrichmentService {
}
}
if (!startBlocks.isEmpty()) {
if (!startBlocks.isEmpty() || !startImages.isEmpty()) {
TableOfContentItem unassigned = new TableOfContentItem(null);
unassigned.setSectionBlocks(startBlocks);
unassigned.setImages(startImages);