stable
Clone or download
Read-only
Part of story #13630 reorder steps in my test definition This patch allow to reorder the testmanagement step in test definition by drag and drop. How to test : - open tests with with steps - edit the steps - If you have more than 1 step, you should be able to reorder them by drag and drop after clicking on reorder button - when you submit, new order should be saved Change-Id: I7ce92e2c93f91bf59d0bc8adfa98337452320fc3
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/package-lock.json | +41 | −0 | Go to diff View file |
M | scripts/package.json | +1 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionDragContainer.vue | +75 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionDraggableComponent.vue | +43 | −0 | Go to diff View file |
M | scripts/step-definition-field/StepDefinitionEditableStep.vue | +21 | −3 | Go to diff View file |
M | scripts/step-definition-field/StepDefinitionEntry.vue | +21 | −6 | Go to diff View file |
M | scripts/step-definition-field/StepDefinitionField.vue | +46 | −31 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionNoStep.vue | +53 | −0 | Go to diff View file |
M | scripts/step-definition-field/po/fr.po | +6 | −0 | Go to diff View file |
M | scripts/step-definition-field/store/getters.js | +1 | −0 | Go to diff View file |
M | scripts/step-definition-field/store/mutations.js | +16 | −0 | Go to diff View file |
M | scripts/step-definition-field/store/state.js | +4 | −1 | Go to diff View file |
M | themes/FlamingParrot/css/style.scss | +124 | −7 | Go to diff View file |
A | www/images/ic/drag.png | Binary file | Go to diff View file |