Changeset 1509


Ignore:
Timestamp:
Feb 9, 2011, 4:33:23 PM (12 years ago)
Author:
work@…
Message:
  • gdt to 0.0.10
  • bgdt to 0.0.4
  • ajaxflow to 0.2.0
  • removed fileservice as that is in gdt
  • fixed 'species' field in bootstrapped templates to be a OntologyTerm? instead of a String
Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r1495 r1509  
    11#Grails Metadata file
    2 #Fri Feb 04 19:05:43 CET 2011
     2#Wed Feb 09 16:30:36 CET 2011
    33app.build.display.info=0
    44app.build.svn.revision=1079
     
    99app.servlet.version=2.4
    1010app.version=0.6.4
    11 plugins.ajaxflow=0.1.19
    12 plugins.bgdt=0.0.3
     11plugins.ajaxflow=0.2.0
     12plugins.bgdt=0.0.4
    1313plugins.crypto=2.0
    1414plugins.db-util=0.4
    1515plugins.famfamfam=1.0.1
    16 plugins.gdt=0.0.9
     16plugins.gdt=0.0.10
    1717plugins.grom=0.2.2
    1818plugins.hibernate=1.3.6
  • trunk/grails-app/conf/BootStrapTemplates.groovy

    r1488 r1509  
    9595
    9696                def genotypeField = new TemplateField(
    97                         name: 'Genotype', type: TemplateFieldType.STRING,entity: Subject,
     97                        name: 'Genotype', type: TemplateFieldType.ONTOLOGYTERM,entity: Subject,
    9898                        comment: 'If present, indicate the genetic variance of the subject (e.g., mutagenized populations,knock-out/in,transgene etc)')
    9999                .with { if (!validate()) { errors.each { println it} } else save()}
  • trunk/grails-app/controllers/dbnp/studycapturing/FileController.groovy

    r1430 r1509  
    1515package dbnp.studycapturing
    1616
     17import org.dbnp.gdt.FileService
     18
    1719class FileController {
    18 
    1920    def fileService;
    2021
     
    8586        }
    8687    }
    87 
    88 
    8988}
Note: See TracChangeset for help on using the changeset viewer.