stable

Clone or download

Read-only

Little tweaks after design check

Part of story #12187 configure workflow pre & post actions at target state level How to test: - Post actions should have red asterisk for required inputs - Set Date Value post action should let the browser mark the <select> as required (before, it didn't and the user would see the REST error message). - CI Job post action's input should be of type="url", letting the browser validate that it's not a random string - Given there are no Int, Float or Date fields in your tracker, you should see a message when you select "Set Date Value" Post action and the form should not let you submit. - When you click on a transition, while the modal is loading, you should not see "Transition from null to null" as a title. Same for simple mode. Change-Id: I8ce746f8e006d64c2645cc2738b713055ec62c3b

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +12 −2 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue +1 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.vue +9 −5 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.vue +20 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.vue +5 −3 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.spec.js +8 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.vue +62 −67 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModalTitle.vue +3 −1 Go to diff View file