- Timestamp:
- Jun 4, 2010, 10:42:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r516 r524 363 363 364 364 def samplingProtocolField = new TemplateField( 365 name: 'Sample Protocol',type: TemplateFieldType.STRING)365 name: 'Sample Protocol',type: TemplateFieldType.STRING) 366 366 .with { if (!validate()) { errors.each { println it} } else save()} 367 367
Note: See TracChangeset
for help on using the changeset viewer.