stable

Clone or download

Read-only

Have the base layout

Part of story #12187 configure workflow pre & post actions at target state level How to test: go /plugins/tracker/{id}/workflow/transitions and it show empty page with base layout with tab menu which redirect to old urls except for transitions tab. Change-Id: I12b2d17bfbd912312422c18fb21a0c6b35364505

Modified Files

Name
M plugins/tracker/include/Tracker/Tracker.class.php +3 −1 Go to diff View file
A plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php +31 −0 Go to diff View file
A plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php +79 −0 Go to diff View file
R plugins/tracker/include/Tracker/Workflow/WorkflowTransitionDisplayController.php Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +5 −3 Go to diff View file
M plugins/tracker/include/workflow/Workflow.class.php +3 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +18 −0 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +18 −0 Go to diff View file
A plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache +20 −0 Go to diff View file