stable

Clone or download

Read-only

request #9217: can't make a search in tracker report on value zero in a int or float field

Change-Id: I73659c82d5b9b17b47121bf8cde3d2042edcbcda

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