Changeset 1204 for trunk/grails-app/controllers/nmc/PilotController.groovy
- Timestamp:
- Nov 25, 2010, 5:33:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/nmc/PilotController.groovy
r1092 r1204 124 124 //add all samples to the assay when not there yet! 125 125 studyInstance.assays.each { assay -> 126 if (assay.samples.size() <= 0){126 //if (assay.samples.size() <= 0){ // needs improving!!! too much overhead, okay for pilot 127 127 studyInstance.samples.each { sample -> 128 128 log.info("ADD THE DIRTY WAY!!!") … … 130 130 } 131 131 assay.save() 132 }132 //} 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.