stable
Clone or download
Read-only
Part of story #11492: have several steps in my tests *Important:* This depends on https://gerrit.tuleap.net/11498 In artifact view, you can add (submit artifact) or edit (edit artifact) a step in html format. The default format is taken from user preferences. In TTM UI, the format is used to display the description. Change-Id: Ib1091e92397aa69a0486edc8a076d89240fff5e6
Modified Files
Name | ||||
---|---|---|---|---|
M | db/install.sql | +1 | −0 | Go to diff View file |
A | db/mysql/updates/2018/201805281435_add_description_format.php | +49 | −0 | Go to diff View file |
M | include/TestManagement/REST/v1/StepDefinitionRepresentation.php | +8 | −3 | Go to diff View file |
M | include/TestManagement/Step/Definition/Field/StepDefinition.php | +64 | −8 | Go to diff View file |
M | include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValueDao.php | +13 | −12 | Go to diff View file |
M | include/TestManagement/Step/Execution/Field/StepExecution.php | +1 | −1 | Go to diff View file |
M | include/TestManagement/Step/Step.php | +16 | −5 | Go to diff View file |
M | include/TestManagement/Step/StepPresenter.php | +16 | −9 | Go to diff View file |
M | include/testmanagementPlugin.class.php | +0 | −3 | Go to diff View file |
M | templates/step-def-edit.mustache | +5 | −9 | Go to diff View file |
M | templates/step-def-submit.mustache | +2 | −4 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps.tpl.html | +8 | −1 | Go to diff View file |
M | www/themes/BurningParrot/css/includes/_current-execution.scss | +4 | −0 | Go to diff View file |