stable

Clone or download

Read-only

do not create testmanagement trackers if a tracker creation fail

Part of request #18363 Enforce Testmanagement administration How to test : - create a Tracker with campaign name and any shortname - launch first Testmanagement creation --> Test management creation should fail and no trackers should be created --> Bug tracker creation fail shouldn't block the ttm configuration Change-Id: Idbe1abe0e6044acf343909f7dad04969050d189e

Modified Files

Name
M plugins/testmanagement/include/TestManagement/FirstConfigCreator.class.php +4 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +5 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/StartTestManagementController.php +12 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/TestmanagementTrackersCreator.php +2 −2 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +15 −3 Go to diff View file
M plugins/testmanagement/tests/unit/TestManagement/TestmanagementTrackersCreatorTest.php +15 −1 Go to diff View file