stable
Clone or download
Read-only
Part of story #12187 configure workflow pre & post actions at target state level How to test: go to /plugins/tracker/workflow/{tracker_id}/transitions --> click on matrix. If there is no transition, it will be created (arrow + disabled button configuration appear). Else nothing happens. Change-Id: I4252eb0612d6bd55fa0df04455678de89c115c8b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/package-lock.json | +24 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.js | +11 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.spec.js | +91 | −38 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/app.spec.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/ChangeFieldConfirmationModal.vue | +4 | −3 | Go to diff View file |
A | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.spec.js | +164 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.vue | +53 | −12 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionsConfigurationHeaderSection.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionsMatrixSection.vue | +7 | −12 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/actions.js | +22 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/actions.spec.js | +43 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/getters.js | +7 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/mutations.js | +12 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/workflow/matrix.scss | +35 | −19 | Go to diff View file |