- Timestamp:
- May 25, 2010, 12:26:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r458 r461 166 166 167 167 def genotypeField = new TemplateField( 168 name: 'Genotype', type: TemplateFieldType. ONTOLOGYTERM,168 name: 'Genotype', type: TemplateFieldType.STRING, 169 169 comment: 'If present, indicate the genetic variance of the subject (the gene knock-out/in or transgene)') 170 170 .with { if (!validate()) { errors.each { println it} } else save()}
Note: See TracChangeset
for help on using the changeset viewer.