stable

Clone or download

Read-only

Move burnup mode configuration in a dedicated tab

part of: story #13735 have burn-up based on item count How to test: - Make sure the feature flag "use_burnup_count_elements" is enabled - Go to Agile Dashboard/Configuration --> There is a tab "Charts" --> You can enable/disable the "count elements" mode for the burnup - Disable the feature flag --> No tab Change-Id: I026aa2f8ac3956a58e20ad540676d2055394d172

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/AdminChartsPresenter.php +53 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +32 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminKanbanPresenter.class.php +12 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php +0 −15 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/AgileDashboardChartsConfigurationUpdater.php +69 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardScrumConfigurationUpdater.class.php +1 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +8 −1 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +0 −2 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +15 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +0 −2 Go to diff View file
A plugins/agiledashboard/templates/admin-charts.mustache +39 −0 Go to diff View file
M plugins/agiledashboard/templates/admin-kanban.mustache +7 −2 Go to diff View file
M plugins/agiledashboard/templates/admin-scrum.mustache +7 −21 Go to diff View file