Layout By Convention not working in Grails 7
When adding <meta name="layout" content="layoutByConvention"/> the layout is applied.
But when using the layout by convention method, the layout is not applied.
See example project with tests: https://github.com/matrei/sitemesh-bug-layout-by-convention
These really have nothing to do with the plugin. These "bugs" are related to internal design in Grails.
https://github.com/grails/grails-core/pull/13908
"bugs"
The functionality of Sitemesh in Grails has changed unexpectedly, hence the word bugs.
https://github.com/codeconsole/grails-plugin-sitemesh3/issues/3 is the only remaining issue, I changed the title so after releasing the M1 people can find this issue.
I modified the original ticket description so people are aware of this.
https://github.com/apache/grails-core/pull/14875