stable
Clone or download
Read-only
request #9330 Computed field calculation broken when target field is not defined
Given the following fields : Epics: Field: effort_estimate NO Target field Field: effort_remaining NO Target field User Story Integer Field: effort_estimate Integer Field: effort_remaining The computation calcul always display Empty instead of the correct autocomputed value Change-Id: I0b72def24a5af46cbbcf7c42f7eafd18f9e4878d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ComputedTest.php | +24 | −0 | Go to diff View file |