aadrian opened a new issue, #14287:
URL: https://github.com/apache/grails-core/issues/14287

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to