stable

Clone or download

Read-only

Velocity graph is never displayed in overview, if field burnup and burndown are missing

this is part of story #11339 finish velocity management How to test: have a release without burnup and burndown field, velocity chart should be displayed in overview tab Change-Id: If601623809a678a548383726b7f57ea8119c76f5

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Details/DetailsChartPresenter.php +6 −6 Go to diff View file
M plugins/agiledashboard/templates/pane-details.mustache +4 −4 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/burnup-chart.scss +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/burnup-chart.scss +22 −23 Go to diff View file
R plugins/agiledashboard/www/js/burnup-chart/burnup-chart.scss Go to diff View file
M plugins/tracker/www/themes/BurningParrot/css/burndown-chart.scss +1 −1 Go to diff View file
M plugins/tracker/www/themes/FlamingParrot/css/burndown-chart.scss +2 −2 Go to diff View file
R plugins/tracker/www/scripts/burndown-chart/burndown-chart.scss Go to diff View file
A plugins/tracker/www/themes/default/css/includes/_graph.scss +37 −0 Go to diff View file
M plugins/velocity/build-manifest.json +13 −13 Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/_velocity.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-blue-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-blue.scss Go to diff View file
A plugins/velocity/themes/BurningParrot/css/velocity-chart.scss +24 −0 Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-green-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-green.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-grey-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-grey.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-orange-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-orange.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-purple-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-purple.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-red-condensed.scss Go to diff View file
R plugins/velocity/www/themes/BurningParrot/css/velocity-red.scss Go to diff View file
D plugins/velocity/www/scripts/velocity-chart/velocity-chart.scss +0 −26 Go to diff View file