stable

Clone or download

Read-only

Exec points to latest version when edited throug TTM

Part of story #11389: snapshot test executions In database, force an execution to use an old version of the definition [1] In TTM UI: ðŸĒĢ The old version is displayed - Open the modal ðŸĒĢ The latest version is displayed - Update some content and submit ðŸĒĢ The modal is closed and the very latest version is displayed - Hit F5 ðŸĒĢ The very latest version is still displayed [1] See https://gerrit.tuleap.net/11078 for instructions Change-Id: Icdbac8b6b9bd37cfb9a31c146e2759edcf544a36

Modified Files

Name
A include/TestManagement/Campaign/Execution/DefinitionForExecutionRetriever.php +58 −0 Go to diff View file
M include/TestManagement/Campaign/Execution/ExecutionDao.php +8 −0 Go to diff View file
M include/TestManagement/REST/v1/CampaignsResource.class.php +5 −2 Go to diff View file
M include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php +20 −17 Go to diff View file
M include/TestManagement/REST/v1/ExecutionsResource.class.php +72 −26 Go to diff View file
A include/TestManagement/REST/v1/PATCHExecutionRepresentation.php +29 −0 Go to diff View file
M include/autoload.php +4 −2 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +4 −1 Go to diff View file
M site-content/tuleap-testmanagement.pot +3 −0 Go to diff View file
M www/scripts/angular/src/app/execution-collection/execution-rest-service.js +10 −1 Go to diff View file
M www/scripts/angular/src/app/execution-collection/execution-service.js +5 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-detail-controller.js +1 −0 Go to diff View file