Changeset 385
- Timestamp:
- Apr 27, 2010, 10:25:43 AM (13 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/TemplateEditorController.groovy
r377 r385 77 77 // fetch all templates to this entity 78 78 flow.templates = Template.findAllByEntity(entity) 79 79 80 80 // find all template fields for this particular entity 81 81 // for now, all -
trunk/grails-app/views/templateEditor/pages/templates.gsp
r377 r385 32 32 33 33 <g:form action="pages" name="wizardForm" id="wizardForm"> 34 <wizard:templateSelect name="template" description="Template" value="${template}" entity="${ dbnp.studycapturing.Study}" addDummy="true" onChange="this.form.submit();" />34 <wizard:templateSelect name="template" description="Template" value="${template}" entity="${entity}" addDummy="true" onChange="this.form.submit();" /> 35 35 </g:form> 36 36
Note: See TracChangeset
for help on using the changeset viewer.