fields
fields copied to clipboard
"all fields", i.e. maxProperties="0" except="[]" still not working consistently
Hi,
the newly fixed all fields functionality: maxProperties="0" except="[]"
(to render really all fields, id
, dateCreated
and lastUpdated
included) still does not seems to work everywhere.
Now it works in the index
view:
https://github.com/aadrian/fieldbugs1/blob/master/src/main/templates/scaffolding/index.gsp#L22
but not in the show
view:
https://github.com/aadrian/fieldbugs1/blob/master/src/main/templates/scaffolding/show.gsp#L23
As visible in the used example:
https://github.com/aadrian/fieldbugs1
Just start the application with grails run-app
and navigate to http://localhost:8080/tableOne/show/1 (fields, id
, dateCreated
and lastUpdated
are not displayed).
This still happens with Grails 3.3.3 and Fields 2.2.7 :(
Thank you.
Please fix this issue
When #264 and #269 are confirmed to work, I will look at this issue
@aadrian you can argue, that #257 only described table
and not show
- but of course it should work