stable
Clone or download
Read-only
request #10830 Cross references are no longer extracted in TTM
How to reproduce: In TTM have cross reference in description and in Step definition => when they are displayed into a TTM campaing, the references must be extracted and clickable We choose to don't make the artifact link extraction done in campaign title and in test title this is not the mode common use case, and it causes design issues: => how to make the link visible in the test execution title and in the test list suite. Change-Id: I4b63915f8fafe2e61172215296d2f8b8802fa4c8
Modified Files
Name | ||||
---|---|---|---|---|
M | include/TestManagement/REST/v1/CampaignsResource.class.php | +2 | −1 | Go to diff View file |
M | include/TestManagement/REST/v1/DefinitionRepresentation.php | +29 | −3 | Go to diff View file |
M | include/TestManagement/REST/v1/DefinitionRepresentationBuilder.php | +12 | −14 | 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/ExecutionRepresentationBuilder.php | +9 | −3 | Go to diff View file |
M | include/TestManagement/REST/v1/ExecutionsResource.class.php | +2 | −1 | Go to diff View file |
M | include/TestManagement/REST/v1/ProjectResource.class.php | +2 | −2 | Go to diff View file |
M | include/TestManagement/REST/v1/StepDefinitionRepresentation.php | +4 | −3 | Go to diff View file |
A | phpunit/TestManagement/REST/v1/DefinitionRepresentationTest.php | +91 | −0 | Go to diff View file |
M | scripts/angular/src/app/execution/execution-with-steps/step/step.tpl.html | +4 | −2 | Go to diff View file |