Skip to content

Cast exception #69

@samuelecollu

Description

@samuelecollu

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions