stable

Clone or download

Read-only

Add text fields using the Text format to the generated document

Fields were the content is written in Commonmark or HTML are ignored for now. Part of story #22569: export `text` fields Change-Id: Ia8e2c343c5506cd6b7d3b3c9bc369960cce62a7f

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts +10 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +41 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +9 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +12 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +34 −12 Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/transform-large-content-into-paragraph.test.ts +64 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/transform-large-content-into-paragraph.ts +29 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +12 −1 Go to diff View file