stable
Clone or download
Read-only
part of story #8859 TQL search on date & numeric fields If you search field_name != '' / field_name = '', you should have the same behavior between int/float/string fields. Change-Id: I1c70431504085b06f3bb4c1489f64a89d7ee6f05
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Float.class.php | +17 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Integer.class.php | +18 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +6 | −2 | Go to diff View file |