stable

Clone or download

Read-only

Front router endpoint

part of: story #14291 Beautiful tracker creation How to test: - Pick up a project in which you are an administrator - Go to /<project_shortname>/tracker/new --> You land on a page under contruction --> It has breadcrumbs [Tracker v > New Tracker > - Pick up a project in which you are an administrator BUT where the tracker service is disabled - Go to /<project_shortname>/tracker/new --> Not found error - Pick up a project in which you are NOT an administrator - Go to /<project_shortname>/tracker/new --> Forbidden error Change-Id: If740005a95b75df9f3ce30577a915435010df4cb

Modified Files

Name
A plugins/tracker/include/Tracker/Creation/TrackerCreationBreadCrumbsBuilder.php +94 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +138 −0 Go to diff View file
A plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php +27 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +20 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +9 −3 Go to diff View file
A plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache +5 −0 Go to diff View file