- Timestamp:
- Dec 1, 2009, 3:48:46 AM (15 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r204 r206 408 408 } 409 409 else { 410 render(view:'edit',model:[taskInstance:result.taskInstance. refresh()])410 render(view:'edit',model:[taskInstance:result.taskInstance.attach()]) 411 411 } 412 412 -
trunk/grails-app/services/TaskService.groovy
r204 r206 202 202 203 203 if(!result.taskInstance) 204 return fail(' task', "task.notFound")204 return fail('id', "task.notFound") 205 205 206 206 // Optimistic locking check.
Note: See TracChangeset
for help on using the changeset viewer.