{{pptxSlides x}} bug -> new slides are added at the end of the presentation
-
When generating a document from a template which contains {{pptxSlides list}}, if the list contains 2 or more objects, the first slide is placed correctly in the presentation, but the rest of them are appended to the end of the document, instead of being inserted right after.
Details: used as nodejs api
You can see a reproduction of the bug here:
https://www.dropbox.com/s/12k1nto9lkijfoy/slides bug.zip?dl=0
-
Thank you, we will take a look.
-
It should be fixed. Please update and try it out.
npm i jsreport-pptx@0.7.2
-
Thank you, now it's working just fine.