stable
Clone or download
Read-only
Show an error modal when an error is encountered while generating the export document
To test, generate an error somewhere during the export. Part of story #15096: export a report of tests for a milestone Change-Id: Ic6d16dfd341b0e92817723a07788557230a18051
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/scripts/test-plan/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.test.ts | +28 | −12 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue | +29 | −16 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.test.ts | +41 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.vue | +69 | −0 | Go to diff View file |