Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

Fix issue where newValue isn't being set #64

Closed kevinglover closed 8 years ago

kevinglover commented 8 years ago

In FilterPaneService, we are never setting newValue when parsing the data type for numerals, so Double, BigDecimal, and BigInteger types don't currently work.