apache / apache/grails-core

"all fields", i.e. maxProperties="0" except="[]" still not working consistently

Open
#14,287 3 comments 2 reactions 1 assignee Claimed by @sbglasius View on GitHub
relates-to: grails-fields
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.