stable

Clone or download

Read-only

request #13727 use Vuex for Testmanagement

Use Vuex too simplify Testmanagament and prepare reorder Step. No fonctional changes are expected. Change-Id: Icc96dc85b65f84bd7ace2e9865f09ed64442c93a

Modified Files

Name
M scripts/package-lock.json +5 −0 Go to diff View file
M scripts/package.json +2 −1 Go to diff View file
M scripts/step-definition-field/StepDefinitionEditableStep.vue +11 −8 Go to diff View file
M scripts/step-definition-field/StepDefinitionEntry.vue +8 −7 Go to diff View file
M scripts/step-definition-field/StepDefinitionField.vue +19 −22 Go to diff View file
M scripts/step-definition-field/StepDefinitionMarkedAsDeleted.vue +11 −10 Go to diff View file
M scripts/step-definition-field/index.js +5 −2 Go to diff View file
A scripts/step-definition-field/store/getters.js +23 −0 Go to diff View file
A scripts/step-definition-field/store/index.js +36 −0 Go to diff View file
A scripts/step-definition-field/store/mutations.js +41 −0 Go to diff View file
A scripts/step-definition-field/store/state.js +26 −0 Go to diff View file