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

FIXME on beanpathTools #47

Closed
basejump opened this issue Nov 30, 2017 · 1 comment
Closed

FIXME on beanpathTools #47

basejump opened this issue Nov 30, 2017 · 1 comment
Assignees

Comments

@basejump
Copy link
Member

basejump commented Nov 30, 2017

'right.left.*' | [right: [left: [bar: 4, foo: '3', id: 5]]]//, baz:null]]] FIXME

is the null on the assocatiation expected behavior? grails 3.3 treats things differently. See various FIXMEs for this

@basejump
Copy link
Member Author

basejump commented Nov 30, 2017

also, I think if its a * it should be returning the "version" column and not excluding it.

pprops = pprops.findAll { p -> !(p instanceof Association) && p.name != 'version'}

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

3 participants