Changeset 385 for trunk/grails-app/controllers
- Timestamp:
- Apr 27, 2010, 10:25:43 AM (12 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.