Grails-Plugin-Consortium / grails-filterpane

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

Doesn't show User filed to filter #76

Open LeoStr opened 7 years ago

LeoStr commented 7 years ago

Hi!, can't figured out wy, but filterpane doesn't show duenio field to filter.

This is my domain class:

class Item {
Long id String nombre User duenio String ubicacion Long cantidad
static constraints = { } }

duenio is an instance of User class created with spring security core plugin. ¿Any idea?

LeoStr commented 7 years ago

It works with associatedProperties on the filterpane tag, but it would be nice if it took the toString () method of the domain class as the default.