stable

Clone or download

Read-only

feat: export lists (all binds) values in the generated XLSX

This is part of story #23469: export reports with linked artifact in xlsx format Selectboxes, multiselectboxes, radiobuttons and checkboxes are now exported with all the possible binds (static, users, ugroups). The values are displayed comma separated. Openlists will be handled in a dedicated commit. Change-Id: I5347d307bbb9ac2d63a77eaafc5834d2197ceb14

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +2 −2 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts +280 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.ts +19 −1 Go to diff View file