stable

Clone or download

Read-only

Fix margins under label elements in the configuration export modal

TLP styles does not support nesting form elements into <label> elements. Attempting to fix that is likely to break stuff so we generate ID dynamically to associate <label> and <select> elements without nesting them. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I2f2b3d2c5a9c9d1cfe8c408041ec2f1b45593450

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ArtifactLinkTypesSelector.vue +14 −10 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ProjectSelector.vue +14 −10 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.vue +35 −33 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.vue +18 −14 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Helpers/id-element-generator.test.ts +29 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Helpers/id-element-generator.ts +24 −0 Go to diff View file