stable

Clone or download

Read-only

Prevent user to submit multiple times

part of: story #14291 Beautiful tracker creation How to test: - Complete step 1 and step 2 - Open the webconsole - Go to the network part and slow the network - Submit the form --> The submit button is disabled --> Its icon is now a spinner Change-Id: I45e44038ead99b11d094195cdef9e3a4fff73a20

Modified Files

Name
M plugins/tracker/scripts/tracker-creation/index.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.test.ts +13 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.vue +14 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.vue +11 −6 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +4 −0 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-step-layout.scss +1 −0 Go to diff View file