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
I submitted this issue over on the 'scaffolding' plugin but I'm not exactly sure if 'static' scaffolding is being handled by the plugin, or grails itself. But in any case, the issue is with the static scaffolding facility apparently not respecting customized templates (please see 'steps to reproduce' section)
Task List
Steps to reproduce provided
Stacktrace (if present) provided
Example that reproduces the problem uploaded to Github
Full description of the issue provided (see below)
Steps to Reproduce
grails install-templates
modify one of the installed templates (e.g., src/main/templates/scaffolding/index.gsp)
grails generate-views
inspect generated gap files (e.g., views/.../index.gsp
Expected Behavior
generated index.gsp file should be in terms of the modified template
Actual Behaviour
generated index.gsp file was solely based on grails-internal template, not the modified one
Environment Information
Operating System: OS X (latest)
Grails Version: 3.1.10
JDK Version: 1.8
The text was updated successfully, but these errors were encountered:
I submitted this issue over on the 'scaffolding' plugin but I'm not exactly sure if 'static' scaffolding is being handled by the plugin, or grails itself.
I submitted this issue over on the 'scaffolding' plugin but I'm not exactly sure if 'static' scaffolding is being handled by the plugin, or grails itself. But in any case, the issue is with the static scaffolding facility apparently not respecting customized templates (please see 'steps to reproduce' section)
Task List
Steps to Reproduce
Expected Behavior
generated index.gsp file should be in terms of the modified template
Actual Behaviour
generated index.gsp file was solely based on grails-internal template, not the modified one
Environment Information
The text was updated successfully, but these errors were encountered: