stable

Clone or download

Read-only

Confirm deletion of transitions with a popover in Advanced mode

Part of story #12187 configure workflow pre & post actions at target state level To ease review, Simple mode will be handled in a following commit. How to test: - Browse a workflow in advanced mode - When you click on an existing transition "arrow", you will see a Popover to confirm that you want to delete that transition. - When you confirm, the transition will be deleted. Change-Id: I9dba00b3be70ef85a31d9e97b028cfcdeedf63bc

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +14 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionDeletePopover.vue +52 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.spec.js +35 −51 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.vue +58 −15 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionsMatrixSection.vue +1 −9 Go to diff View file
M src/www/themes/common/tlp/src/js/popovers.js +99 −31 Go to diff View file