stable

Clone or download

Read-only

Roadmap widget now have a tracker selector

This is part of story #19734 have a Roadmap widget on dashboard Instead of inserting a tracker id directly in the widget configuration, we have now a tracker selector to choose easily which tracker will be used to configure the widget. The tracker list is limited to the project's tracker. Change-Id: Ifb18186e9a44b8462b8390c91842f0bb255640a4

Modified Files

Name
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +29 −13 Go to diff View file
A plugins/roadmap/include/Roadmap/Widget/PreferencePresenter.php +78 −0 Go to diff View file
A plugins/roadmap/include/Roadmap/Widget/TrackerPresenter.php +66 −0 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +1 −0 Go to diff View file
M plugins/roadmap/site-content/fr_FR/LC_MESSAGES/tuleap-roadmap.po +5 −2 Go to diff View file
M plugins/roadmap/templates/preferences-form.mustache +11 −12 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/RoadmapProjectWidgetTest.php +1 −0 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php +3 −0 Go to diff View file