stable

Clone or download

Read-only

Add a fake Excel worksheet illustration in the configuration export modal

For now the column separator is not disabled when the column is not active. This will be done in a dedicated contribution once I have decided what is the least bad way to handle this. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I58ccca81fc2afbb14fccbc8a40e885fb6cf69712

Modified Files

Name
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheet.test.ts +38 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheet.vue +73 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheetColumn.test.ts +46 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/FakeWorksheetColumn.vue +83 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue +6 −0 Go to diff View file