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 - Open modal to configure this transition --> No action is already configured - Add new action --> A new action was created with empty values - Add one addition action --> 2 actions are now visibles - Save - Reopen the same transition --> 2 previously saved actions are shown Change-Id: Iae2fed48a3da5b404939cd702e10eba7c6c0c60a
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/Empty/EmptyPostAction.vue | +18 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue | +16 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/module.js | +2 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +10 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.spec.js | +24 | −0 | Go to diff View file |