stable

Clone or download

Read-only

feat: display all linked bugs or requirements

Go to a TTM campaign, on a test. The test is linked to a requirement: - the link is displayed The test is linked to a bug: - the link is displayed The test is linked to both a requirement and a bug: - both links are displayed The test is linked to 2 requirements or 2 bugs: - both links are displayed The test is linked to 3 requirements - a badge is displayed with the number of requirements - onclick, a dropdown is open and lists all requirements The test is linked to 3 bugs - a badge is displayed with the number of bugs - onclick, a dropdown is open and lists all bugs The test is linked to more than 2 requirements and bugs - both badges are displayed (see above) Part of request #24972: Tests can cover multiple requirements Change-Id: I439e66c9a7196824c7b5ce61e03209953c7bffe2

Modified Files

Name
M plugins/testmanagement/scripts/testmanagement/po/fr.po +11 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +68 −10 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +34 −0 Go to diff View file