"all fields", i.e. maxProperties="0" except="[]" still not working consistently
- Dominant language
- Groovy
- Stars
- 2.9k
- Forks
- 975
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 92
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.