fields icon indicating copy to clipboard operation
fields copied to clipboard

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

Open aadrian opened this issue 6 years ago • 3 comments

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.

aadrian avatar Mar 19 '18 13:03 aadrian

Please fix this issue

zexxar avatar Mar 21 '18 05:03 zexxar

When #264 and #269 are confirmed to work, I will look at this issue

sbglasius avatar Mar 26 '18 20:03 sbglasius

@aadrian you can argue, that #257 only described table and not show - but of course it should work

sbglasius avatar Mar 26 '18 20:03 sbglasius