stable

Clone or download

Read-only

request #14988 remove unused UUID parameter on REST route PATCH /testmanagement_campaigns/{id}/testmanagement_executions

On this REST route there is an paramater UUID which is supposed to be the UUID of the current user. It's is not used. This patch remove it. Change-Id: I2386450dabf2565e8ce2529d2cac65eb0722deb3

Modified Files

Name
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +1 −2 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-service.js +2 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-service.test.js +2 −11 Go to diff View file