stable

Clone or download

Read-only

request #23473: Lists in HTML content share the same instance accross the whole generated document

To reproduce the issue add two numbered lists in a field and then generate the document. Change-Id: I4882211c3e92f8b8791578533317a20a24d6c16e

Modified Files

Name
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/list-instance-id-generator.test.ts +26 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/list-instance-id-generator.ts +24 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-html-into-paragraphs.test.ts +23 −12 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/TextContent/transform-html-into-paragraphs.ts +3 −0 Go to diff View file