Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 'propertyName' without specific 'class' or 'superclass' as override template. #328

Open
aadrian opened this issue Sep 1, 2023 · 0 comments

Comments

@aadrian
Copy link

aadrian commented Sep 1, 2023

Please allow to override propertyName without a class or superclass.

For the moment only:
grails-app/views/_fields/class/propertyName/
or
grails-app/views/_fields/superclass/propertyName/
are supported.

But in quite a few cases, the same name, e.g. "description" , or "notes" needs the same rendering across all domain classes (e.g. a text area or an editor field for the mentioned case).

Thank you.

@aadrian aadrian changed the title Allow 'propertyName' without specific 'class'. Allow 'propertyName' without specific 'class' or 'superclass' as override template. Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant