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