stable

Clone or download

Read-only

request #10135 Burndown error when configuration fields are not numerical fields

Change-Id: If533b8bbdf03fea668d187659b10f808c25f18bc

Modified Files

Name
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneFactoryTest.php +23 −7 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownConfigurationFieldRetriever.php +37 −20 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownConfigurationValueRetriever.php +9 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +47 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +7 −2 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationFieldRetriverTest.php +137 −4 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationValueRetrieverTest.php +4 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php +136 −63 Go to diff View file