stable

Clone or download

Read-only

Styling of expected results

Part of story #11493: have dedicated "Actions" and "Expected results" in tests *Note:* This depends on https://gerrit.tuleap.net/11843 When you edit steps: - Now there is only one format selector for a step. Supposition is that user wants html everywhere or plain/text everywhere. And there is less input in the form. However in database we keep dedicated format for both description and expected results. This involved to manage the toggle directly in Vue + codendi.RTE instead of relying on tuleap.textarea.RTE. - When you switch from text to html, the two editors are kept aligned on the right. In read-only interfaces, i.e test definition, test execution, and TTM, display looks like the same. In TTM, the title "Expected results" has the same color than the arrow (depends on the status of the step). Change-Id: Ic078be813e834bdad57687c0298828ee9d1bbddf

Modified Files

Name
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 templates/step-def-readonly.mustache +7 −4 Go to diff View file
M templates/step-exec-readonly.mustache +4 −1 Go to diff View file
M www/scripts/angular/po/template.pot +4 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-with-steps/step/step.tpl.html +12 −7 Go to diff View file
M www/scripts/step-definition-field/StepDefinitionEntry.vue +114 −49 Go to diff View file
M www/scripts/step-definition-field/po/fr.po +6 −0 Go to diff View file
M www/scripts/step-definition-field/po/template.pot +6 −0 Go to diff View file
M www/scripts/webpack.config.js +1 −1 Go to diff View file
M www/themes/BurningParrot/css/includes/_steps.scss +43 −11 Go to diff View file
M www/themes/FlamingParrot/css/style.scss +44 −10 Go to diff View file