stable

Clone or download

Read-only

Broken burndown

request #9298 Burndown is broken and doesn't displays graph anymore To test it : Have a tracker with : - A non migrated computed field in slow computed mode with a target name identical to its name - A non migrated computed field in slow computed mode with a target name different from its name - A standard computed field - A burndown You should retrieve correct values for each computed feild, the burndown shouldn't be broken. Regession introduced by : I3f31028b8682178bd7fc7979ca3234446b4eab16 Change-Id: Ib11996a2a6df920c2c22aeb5909147dc94383bac

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/IComputeValues.class.php +0 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +0 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +17 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +0 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.class.php +0 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php +17 −9 Go to diff View file