Ignore:
Timestamp:
Mar 31, 2010, 2:02:35 PM (13 years ago)
Author:
tabma
Message:
  • identifying columns get stored using 'name' attribute of entities as identifier
File:
1 edited

Legend:

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

    r313 r321  
    9191                // First, search if there is an entity property with the given name, and if so, set that
    9292                if (this.properties.containsKey(fieldName)) {
    93                         this[fieldName] = value
     93                        this[fieldName] = value                 
    9494                }
    9595                // If not the found, then it is a template field, so check if there is a template
Note: See TracChangeset for help on using the changeset viewer.