stable

Clone or download

Read-only

Date fields are exported in the generated document with their time value if needed

The time for those fields is now visible in the document according to the tracker structure. Part of story #22213: get a document with basic fields Change-Id: Id4328e1e4c03d4017f248b11c6d4828ff5ee4e03

Modified Files

Name
M plugins/document_generation/include/document_generationPlugin.php +2 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts +93 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts +174 −0 Go to diff View file
R plugins/document_generation/scripts/tracker-report-action/src/helpers/create-export-document.test.ts Go to diff View file
R plugins/document_generation/scripts/tracker-report-action/src/helpers/create-export-document.ts Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +7 −5 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +13 −4 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.test.ts +3 −8 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.ts +20 −20 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +8 −51 Go to diff View file
M src/common/include/TimezoneRetriever.php +3 −3 Go to diff View file