stable

Clone or download

Read-only

Tracker creation sucess modal

part of story #14640 Complete tracker creation How to test: Create a new tracker by using the new tracker creation UI. You should have a modalwith 2 possibilities: - "start using my tracker" => you are redirected on tracker report - "continue configuration" => you are redirected on tracker administration The .js file should only be loaded when it's needed: on regular access to report you should not see any calls to tracker-creation-success.js file /!\ this page is in FP so the modal display is not the same than mockup Change-Id: Ifb7dc516507e941538289e195d8b32b0b9c5ff2c

Modified Files

Name
M plugins/tracker/include/Tracker/Creation/TrackerCreationProcessorController.php +6 −3 Go to diff View file
A plugins/tracker/include/Tracker/Report/TrackerCreationSuccess/SuccessPresenter.php +42 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +21 −0 Go to diff View file
A plugins/tracker/scripts/tracker-creation-success-modal/index.ts +25 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +12 −0 Go to diff View file
A plugins/tracker/templates/tracker-creation/tracker-creation-success.mustache +33 −0 Go to diff View file
M plugins/tracker/webpack.common.js +4 −2 Go to diff View file