Changeset 1173 for trunk/grails-app
- Timestamp:
- Nov 18, 2010, 4:31:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r1168 r1173 1332 1332 // instantiate a sample for this subject / event 1333 1333 def samplingEventName = this.ucwords(event.template.name) 1334 def eventGroupName = this.ucwords(eventGroup ).replaceAll("([ ]{1,})", "")1334 def eventGroupName = this.ucwords(eventGroup.name).replaceAll("([ ]{1,})", "") 1335 1335 def sampleName = (this.ucwords(subject.name) + '_' + samplingEventName + '_' + eventGroupName + '_' + new RelTime(event.startTime).toString()).replaceAll("([ ]{1,})", "") 1336 1336 def tempSampleIterator = 0
Note: See TracChangeset
for help on using the changeset viewer.