Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't show User filed to filter #76

Open
LeoStr opened this issue Apr 28, 2017 · 1 comment
Open

Doesn't show User filed to filter #76

LeoStr opened this issue Apr 28, 2017 · 1 comment

Comments

@LeoStr
Copy link

LeoStr commented Apr 28, 2017

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
Copy link
Author

LeoStr commented May 5, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant