stable

Clone or download

Read-only

request #14393 TTM configuration should not depends on deleted trackers

How to reproduce: Have a TTM configured with steps. Disable TTM Drop tracker used by TTM Enable TTM again In TTM go in Administration: => Ids are not editable as they rely on fields defined in a deleted tracker With this patch you can now choose different trackers when your trackers are deleted Change-Id: I44daa83a95e54bd1d51bb827537f6f94b234de23

Modified Files

Name
M include/TestManagement/Config.class.php +15 −4 Go to diff View file
M include/TestManagement/REST/v1/CampaignsResource.class.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/DefinitionsResource.class.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/ExecutionsResource.class.php +1 −1 Go to diff View file
M include/TestManagement/REST/v1/NodeBuilderFactory.php +2 −2 Go to diff View file
M include/TestManagement/REST/v1/ProjectResource.class.php +2 −2 Go to diff View file
M include/TestManagement/Router.class.php +19 −22 Go to diff View file
M include/TestManagement/StartTestManagementController.php +11 −6 Go to diff View file
M include/testmanagementPlugin.php +5 −8 Go to diff View file
A phpunit/TestManagement/ConfigTest.php +105 −0 Go to diff View file