stable

Clone or download

Read-only

feat: File fields values are now clickable links

This is part of story #22662 export `file upload` fields When a file field has a value, then this value is clickable so that the file can be downloaded. Change-Id: I7ab838b81ddcff6808c909fe85111a332492c918

Modified Files

Name
M plugins/document_generation/include/document_generationPlugin.php +2 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +41 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +37 −11 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +20 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +41 −7 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.ts +2 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +17 −2 Go to diff View file