- Timestamp:
- Apr 23, 2010, 11:26:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy
r370 r375 357 357 * @return key-value pairs describing the built-in fields, with the names as keys and type (as TemplateFieldType) as values 358 358 */ 359 def giveDomainFields() { 359 abstract Map giveDomainFields() 360 /*def giveDomainFields() { 360 361 def fieldSet = [:]; 361 362 if (super.hasProperty('name')) { … … 363 364 } 364 365 return fieldSet; 365 } 366 }*/ 366 367 367 368 // See revision 237 for ideas about initializing the different templateField Maps
Note: See TracChangeset
for help on using the changeset viewer.