Changeset 403 for trunk/grails-app/controllers/EntryController.groovy
- Timestamp:
- Feb 23, 2010, 2:28:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/EntryController.groovy
r178 r403 61 61 if(entryInstance.version > version) { 62 62 63 entryInstance.errors.rejectValue("version", " entry.optimistic.locking.failure", "Another user has updated this Entry while you were editing.")63 entryInstance.errors.rejectValue("version", "default.optimistic.locking.failure") 64 64 render(view:'edit',model:[entryInstance:entryInstance]) 65 65 return
Note: See TracChangeset
for help on using the changeset viewer.