Changeset 1489 for trunk/grails-app/services
- Timestamp:
- Feb 3, 2011, 5:07:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/importer/ImporterService.groovy
r1471 r1489 323 323 if (!study.save(flush: true)) { 324 324 //this.appendErrors(flow.study, flash.wizardErrors) 325 throw new Exception(' errorsaving study')325 throw new Exception('.importer wizard [saveDatamatrix] error while saving study') 326 326 } 327 327 } else { 328 throw new Exception(' study does not validate')328 throw new Exception('.importer wizard [saveDatamatrix] study does not validate') 329 329 } 330 330
Note: See TracChangeset
for help on using the changeset viewer.