Changeset 1192
- Timestamp:
- Nov 23, 2010, 12:37:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/TermEditorController.groovy
r1177 r1192 101 101 if (term.validate()) { 102 102 // save the term to the database 103 if (term.save( )) {103 if (term.save(flush:true)) { 104 104 flash.message = "'" + params.get('term') + "' was successfully added, either search for another term to add or close this window" 105 105 success()
Note: See TracChangeset
for help on using the changeset viewer.