stable

Clone or download

Read-only

chore: Field value transformation is done in a dedicated function

This is part of story #23469: export reports with linked artifact in xlsx format No functional change expeteced here. In order to ease the readability and the futur evolutions of field value management, we extract their transformations into a dedicated unit tested file with a dedicated function. Change-Id: Ied7193ee27c3585d13d0a1f45076e22d079223a7

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +2 −30 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts +129 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.ts +56 −0 Go to diff View file