- Timestamp:
- May 27, 2010, 3:57:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy
r459 r486 85 85 if (term.validate()) { 86 86 println "Term validated correctly" 87 term.save() 87 if (term.save(flush:true)) { 88 println ".term save ok" 89 } else { 90 println ".term save failed?" 91 } 88 92 success() 89 93 flash.message = "Term addition succeeded"
Note: See TracChangeset
for help on using the changeset viewer.