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
In 3.1.9, I added new template pages like ( Search.gsp and _search.gsp).
After executed command generate-view au.com.bglcorp.sso.auth.SsoUser -force
It only created standard pages.
| Rendered template edit.gsp to destination grails-app/views/ssoUser/edit.gsp
| Rendered template create.gsp to destination grails-app/views/ssoUser/create.gsp
| Rendered template index.gsp to destination grails-app/views/ssoUser/index.gsp
| Rendered template show.gsp to destination grails-app/views/ssoUser/show.gsp
| Views generated for grails-app/domain/au/com/bglcorp/sso/auth/SsoUser.groovy
In grails 2.5.4, all customized pages will be copied into domain's view folder.
The text was updated successfully, but these errors were encountered:
In 3.1.9, I added new template pages like ( Search.gsp and _search.gsp).
After executed command generate-view au.com.bglcorp.sso.auth.SsoUser -force
It only created standard pages.
| Rendered template edit.gsp to destination grails-app/views/ssoUser/edit.gsp
| Rendered template create.gsp to destination grails-app/views/ssoUser/create.gsp
| Rendered template index.gsp to destination grails-app/views/ssoUser/index.gsp
| Rendered template show.gsp to destination grails-app/views/ssoUser/show.gsp
| Views generated for grails-app/domain/au/com/bglcorp/sso/auth/SsoUser.groovy
In grails 2.5.4, all customized pages will be copied into domain's view folder.
The text was updated successfully, but these errors were encountered: