stable
Clone or download
Read-only
Part of: story #14291 Beautiful tracker creation How to test: --> When the shortname input is in manual mode and the entered value does not respect the expected format, then it displays an error. Change-Id: I956f5d397cc0112ab77a101918b7498309739bdc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +10 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.vue | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.test.ts | +14 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.vue | +28 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.test.ts | +19 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.vue | +19 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-creation/src/constants.ts | +20 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts | +37 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/getters.ts | +5 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/mutations.ts | +7 | −0 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss | +2 | −1 | Go to diff View file |