-
Notifications
You must be signed in to change notification settings - Fork 52
grails-2.3.0 and bootstrap 3.0. #50
Comments
Hi, Best regards, 2013/10/4 Mauro [email protected]
Dr. Jörg Rech I'm a software engineer from Germany working as a freelancer in the IT Web: http://www.joerg-rech.com |
Joerg, Please use the inlined _form.gsp, after I update this file views are generated normally. <%=packageName%> <% excludedProps = Event.allEvents.toList() << 'version' << 'dateCreated' << 'lastUpdated' for (ep in p.component.properties) { renderFieldForProperty(ep, p.component, "${p.name}.") } %><% } else { renderFieldForProperty(p, domainClass) } } private renderFieldForProperty(p, owningClass, prefix = "") { <g:message code="${domainClass.propertyName}.${prefix}${p.name}.label" default="${p.naturalName}" /><% if (required) { %>*<% } %> ${renderEditor(p)} ${hasErrors(bean: ${propertyName}, field: '${p.name}', 'error')} <% } } %> |
Sorry if the previous post is not very clear, this is the diff for _form.gsp
|
I just released version 1.1.0 with the scaffolding temples in the plugin's zip file. Scaffolding does work now. I'm not sure about hibernate changes - might these not conflict with project not using hibernate (e.g., using mongodb)? Please test and tell if you still have a problem that requires your fix. |
When the upgrade to grails 2.3.0 and bootstrap 3.0?
Thank you.
The text was updated successfully, but these errors were encountered: