stable
Clone or download
Read-only
This is part of request #13564 Velocity calculation must works with initial effort as a list field If the value selected in a select box or radio button for initial effort (based on semantic) is a numeric value, then the value must be well used to calculate the velocity chart. Change-Id: I9feb36dd03c3dcd40c5778f3ccd0ee486ac22629
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php | +27 | −15 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticTest.php | +104 | −0 | Go to diff View file |
M | plugins/velocity/include/Velocity/VelocityCalculator.php | +19 | −14 | Go to diff View file |
M | plugins/velocity/include/Velocity/VelocityComputation.php | +9 | −2 | Go to diff View file |
A | plugins/velocity/phpunit/Velocity/VelocityCalculatorTest.php | +335 | −0 | Go to diff View file |