stable

Clone or download

Read-only

Empty state for the right part of the modal

Part of story #12187 configure workflow pre & post actions at target state level How to test: - Go to plugins/tracker/workflow/<tracker id>/transitions - Enable a transition and click on the "Configure" button. - The modal should have two sections. The section on the right is an empty state. Will be done later: - Showing the actual transition configuration from DB - Adding actions Change-Id: Ia0cb90ed0a9b52c68cab59f98e2626675ac815ff

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +12 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/po/template.pot +12 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.vue +31 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue +39 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PostActionSkeleton.vue +35 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue +5 −2 Go to diff View file
M plugins/tracker/www/themes/BurningParrot/css/_workflow.scss +8 −0 Go to diff View file
M plugins/tracker/www/themes/BurningParrot/css/workflow/_transition-modal.scss +21 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/flyover/modals/structure/example.html +10 −4 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_modal.scss +17 −0 Go to diff View file