stable

Clone or download

Read-only

feat: Iteration tracker can be configured

Now that iterations are displayed, it is time for general availability. Users can now select the iterations trackers (among the tracker of the current project). On project duplication, the configuration is kept. Part of story #21379: Display iterations on top of roadmap Change-Id: I11d49e2a60068ec1f03c8731583fce455659eb2e

Modified Files

Name
M plugins/roadmap/build-manifest.json +4 −0 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php +28 −11 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapWidgetDao.php +29 −12 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/PreferencePresenter.php +22 −25 Go to diff View file
M plugins/roadmap/include/Roadmap/Widget/TrackerPresenter.php +5 −31 Go to diff View file
A plugins/roadmap/scripts/configure-widget/po/fr_FR.po +50 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/bootstrap-vue-mount-point.ts +61 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/components/App.test.ts +249 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/components/App.vue +233 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/index.ts +46 −0 Go to diff View file
A plugins/roadmap/scripts/configure-widget/src/type.ts +23 −0 Go to diff View file
M plugins/roadmap/site-content/fr_FR/LC_MESSAGES/tuleap-roadmap.po +0 −6 Go to diff View file
M plugins/roadmap/templates/preferences-form.mustache +8 −30 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/RoadmapProjectWidgetTest.php +14 −7 Go to diff View file
M plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php +1 −1 Go to diff View file
A plugins/roadmap/themes/widget-configuration.scss +28 −0 Go to diff View file
M plugins/roadmap/webpack.common.js +2 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +4 −0 Go to diff View file