-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Hi, first of all thanks for the great work you are doing.
I'd like to report an issue that could be easily solved.
When i filter on integer fields i have a cast exception. After a look to the source code i found the problem.
In the class FilterPaneService, line 371 there is
newValue.isInteger() ? newValue.toInteger() : null
but i think should be something like this
newValue = newValue.isInteger() ? newValue.toInteger() : null
is the same for the other field types (double, float, bigdecimal, biginteger)
bratekaratebratekaratebratekarate
Metadata
Metadata
Assignees
Labels
No labels