Changeset 1509 for trunk/grails-app
- Timestamp:
- Feb 9, 2011, 4:33:23 PM (10 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapTemplates.groovy
r1488 r1509 95 95 96 96 def genotypeField = new TemplateField( 97 name: 'Genotype', type: TemplateFieldType. STRING,entity: Subject,97 name: 'Genotype', type: TemplateFieldType.ONTOLOGYTERM,entity: Subject, 98 98 comment: 'If present, indicate the genetic variance of the subject (e.g., mutagenized populations,knock-out/in,transgene etc)') 99 99 .with { if (!validate()) { errors.each { println it} } else save()} -
trunk/grails-app/controllers/dbnp/studycapturing/FileController.groovy
r1430 r1509 15 15 package dbnp.studycapturing 16 16 17 import org.dbnp.gdt.FileService 18 17 19 class FileController { 18 19 20 def fileService; 20 21 … … 85 86 } 86 87 } 87 88 89 88 }
Note: See TracChangeset
for help on using the changeset viewer.