stable
Clone or download
Read-only
Part of the story #12187: Configure workflow pre & post actions at target state level How to test: - When you edit a transition in the modal, you'll see it's "From" label and "To" label in the modal title. - When you browse a workflow on a field without values or an uninitialized workflow, no error should occur. Change-Id: I5c81726b7fa8f0dd6e36e677fcdb4732fc709a54
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/workflow-transitions/po/fr.po | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue | +38 | −6 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionsMatrixSection.vue | +16 | −24 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/getters.js | +18 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/getters.spec.js | +63 | −16 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/support/factories.js | +5 | −1 | Go to diff View file |