stable

Clone or download

Read-only

Have a minimal vue empty state

Part of story #12187 configure workflow pre & post actions at target state level How to test: go to '/plugins/tracker/workflow/{id}/transitions'. Stands for: an empty page with title and message text "Page under construction" Change-Id: Iadd8dc7cadff2542f790d1aaa5029e0c828bddca

Modified Files

Name
M plugins/tracker/build-manifest.json +4 −0 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php +8 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +0 −6 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +0 −6 Go to diff View file
M plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache +1 −10 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +1 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/package.json +16 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/po/fr.po +20 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/po/template.pot +12 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/BaseTrackerWorkflowTransitions.vue +36 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/index.js +48 −0 Go to diff View file