stable

Clone or download

Read-only

ChangeFieldConfirmationModal is no longer a functional template

part of request #35095 Convert workflow in vue3 No functional changes: when you `change or remove` the field the modal is opened This change is needed for removing v-translate directives Implementations note: - removing the template changes a little bit hte way component is displayed - I needed to update the css, because the button was stuck to next content - I needed to update the naming of WorkflowFieldChange for e2e tests: cypress can no longer click on the functional component name itself, I needed a data test to explicitly do it Change-Id: Ie8244bc3b219d000737422956463181126cca416

Modified Files

Name
M plugins/tracker/scripts/workflow-transitions/po/fr_FR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/po/pt_BR.po +3 −0 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/ChangeFieldConfirmationModal.test.js +30 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/ChangeFieldConfirmationModal.vue +63 −15 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.test.js +12 −36 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue +8 −20 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/themes/_header.scss +4 −4 Go to diff View file