stable

Clone or download

Read-only

Handle xml file parsing errors

part of: story #14291 Beautiful tracker creation How to test: - Select a file that is not a xml file --> The selector enters the error state --> An error message is displayed below the input --> The [next ->] button is not clickable Change-Id: I0706e89b72e9c082bc8586ee1b96e53e3ece400b

Modified Files

Name
M plugins/tracker/scripts/tracker-creation/index.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileSelector.test.ts +19 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileSelector.vue +15 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts +0 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.vue +0 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts +13 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.ts +5 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +10 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/type.ts +1 −0 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-options-cards.scss +6 −1 Go to diff View file