stable

Clone or download

Read-only

Fetch tracker on page loading

Part of task #56509 Empty state and first configuration UI (1/2) Part of story #12187 configure workflow pre & post actions at target state level How to test: go /plugins/tracker/workflow/{id}/transitions and it show a spinner while fetching tracker information. In case of error during fetch, the pane is replaced by an error message. Change-Id: I4ca121424c3f07c1be11dd88a0e32122ddac9844

Modified Files

Name
M plugins/tracker/build-manifest.json +13 −1 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php +1 −2 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php +12 −6 Go to diff View file
M plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache +5 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/po/fr.po +3 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/po/template.pot +3 −0 Go to diff View file
D plugins/tracker/www/scripts/workflow-transitions/src/BaseTrackerWorkflowTransitions.vue +0 −36 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.js +31 −0 Go to diff View file
A plugins/tracker/www/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue +85 −0 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/index.js +5 −2 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/_workflow.scss +24 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-blue-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-blue.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-green-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-green.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-grey-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-grey.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-orange-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-orange.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-purple-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-purple.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-red-condensed.scss +22 −0 Go to diff View file
A plugins/tracker/www/themes/BurningParrot/css/workflow-red.scss +22 −0 Go to diff View file