stable

Clone or download

Read-only

UI should prevent people from choosing the same field twice in post actions

Part of story #12187 configure workflow pre & post actions at target state level How to test: - Set up post actions that change field values - When create a new post action that changes a field value, the fields you already selected will be disabled in the selectbox. Change-Id: I2264f34e6d36d399d93c6afc58b8f6b0ea06b052

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.spec.js +24 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.vue +6 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-getters.js +15 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-getters.spec.js +42 −0 Go to diff View file