Ignore:
Timestamp:
Apr 28, 2010, 4:28:39 PM (13 years ago)
Author:
duh
Message:
  • reverted changes of revisions 386, 387 and 388 as they completely broke the repository (you need to get cake now! ;)
  • committed development version of modified study capture wizard (works until events)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy

    r388 r389  
    1616        // a member that describes the quantity of the sample? --> should be in the templates
    1717
    18         List<DomainTemplateField> giveDomainFields() {
    19                 [ new TemplateField(
    20                             name: 'name',
    21                             type: TemplateFieldType.STRING),
    22                         new TemplateField(
    23                             name: 'material',
    24                             type: TemplateFieldType.ONTOLOGYTERM) ];
     18        Map giveDomainFields() {
     19                return ['name':TemplateFieldType.STRING,'material':TemplateFieldType.ONTOLOGYTERM]
    2520        }
    2621
Note: See TracChangeset for help on using the changeset viewer.