stable

Clone or download

Read-only

Can delete steps

Part of story #11492: have several steps in my tests *Important:* This depends on https://gerrit.tuleap.net/11537 In a test definition **with more than one step** when I edit the steps I can delete one or more steps and submit the artifact. *Note:* for now, we need to keep at least one step, else the field is not changed. This will be managed in a future commit. Here we just introduce the deletion mechanism & gettext, we don't want to clutter much the review. Gloss and strass will come later as well. Change-Id: Ifc1e2fe15e064ffbc72be2ba7b8115c011bd7a0d

Modified Files

Name
M build-manifest.json +7 −1 Go to diff View file
M www/scripts/package-lock.json +10 −0 Go to diff View file
M www/scripts/package.json +5 −2 Go to diff View file
M www/scripts/step-definition-field/StepDefinitionEntry.vue +29 −3 Go to diff View file
M www/scripts/step-definition-field/StepDefinitionField.vue +11 −1 Go to diff View file
M www/scripts/step-definition-field/index.js +11 −0 Go to diff View file
A www/scripts/step-definition-field/po/fr.po +16 −0 Go to diff View file
A www/scripts/step-definition-field/po/template.pot +9 −0 Go to diff View file
M www/scripts/webpack.config.js +11 −2 Go to diff View file
M www/themes/FlamingParrot/css/style.scss +8 −2 Go to diff View file