stable

Clone or download

Read-only

Merge 'gerrit #5844' into stable/master

* commit '529ad1d': request #9217: can't make a search in tracker report on value zero in a int or float field Change-Id: Ic08126d24cac44ad03c01aa8d0d4a75eb673e0c6

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php +38 −21 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php +35 −18 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +17 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Float_ValueDao.class.php +16 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_Criteria_Int_ValueDao.class.php +16 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_FloatTest.php +80 −16 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_IntegerTest.php +81 −16 Go to diff View file