stable
Clone or download
Read-only
story #6009: API REST is no longer called directly in presenter for burndown
Change-Id: Ia4f56ee9d05a3a6c2341970feb4d8ce9a227f705
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +16 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +9 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoMilestone.class.php | +5 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php | +15 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php | +19 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php | +34 | −0 | Go to diff View file |