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/{trackerId}/transitions - Add one transition - Configure it - Add 2 new post actions - Remove last one --> The corresponding action is no more visible - Save modal - Reopen same transition configuration --> Only first added action is visible - Remove it --> The action is not more visible - Save modal - Reopen same transition configuration --> None of the 2 added actions are visible Change-Id: I6e13db53b7280bd64bdde24e7d66c0cf80740423
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/workflow-transitions/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/po/template.pot | +3 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue | +29 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +7 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.spec.js | +19 | −0 | Go to diff View file |