stable

Clone or download

Read-only

Closed campaign should be marked as closed

When you go to a TTM campaign that is closed, you may be tempted to continue to run some tests, because nothing indicates that the campaign is closed in the interface. If the campaign is closed: * Its status is displayed as a tlp-badge next to the title * On a test, we are not able anymore to change the status of the test execution Fix request #19723: Closed campaign should be marked as closed Change-Id: I28e6e9e40a2e6836cf2e351b712d295ced4dbf42

Modified Files

Name
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignRepresentation.class.php +7 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +17 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/po/fr.po +7 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail.tpl.html +5 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-header/execution-list-header.tpl.html +6 −0 Go to diff View file
M plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +5 −2 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/BaseTest.php +24 −1 Go to diff View file
M plugins/testmanagement/tests/rest/TestManagement/CampaignsTest.php +42 −0 Go to diff View file
M plugins/testmanagement/tests/rest/lib/Cache.php +17 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +11 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list.scss +10 −0 Go to diff View file