Project:
View Revisions: Issue #46464 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0046464: Time Type not supported when filtering. | ||
Revision | 2021-05-03 14:57 by leyre-iriarte | ||
Description | Trying to use fields with reference type "Time", to filter by on greed view, it gives an "Invalid filter value 1970-01-01T17:00:00" error. In the class "AdvancedQueryBuilder.java" (getTypeSafeValue()) there is not condition to initialize the object "date" for this property. therefore it is empty when later trying to set the time on the Calendar object. |
||
Revision | 2021-05-03 14:53 by leyre-iriarte | ||
Description | Trying to use fields with reference type "Time", to filter by on greed view, it gives an "Invalid filter value 1970-01-01T17:00:00" error. In the class "AdvancedQueryBuilder.java" there is not condition to initialize the object "date" for this property. therefore it is empty when later trying to set the time on the Calendar object. |
Copyright © 2000 - 2009 MantisBT Group |