You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aadrian
changed the title
Allow 'propertyName' without specific 'class'.
Allow 'propertyName' without specific 'class' or 'superclass' as override template.
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.
The text was updated successfully, but these errors were encountered: