Changeset 431 for trunk/grails-app/services/TaskService.groovy
- Timestamp:
- Mar 5, 2010, 12:45:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/TaskService.groovy
r418 r431 688 688 } 689 689 690 def productionReference 691 if(params.entryFault.productionReference.id.isLong()) 692 productionReference = ProductionReference.get(params.entryFault.productionReference.id.toLong()) 693 690 694 def faultParams = [task: result.taskInstance, 691 695 entryType: EntryType.get(1), 692 696 comment: params.entryFault.comment, 697 productionReference: productionReference, 693 698 durationHour: params.entryFault.durationHour, 694 699 durationMinute: params.entryFault.durationMinute]
Note: See TracChangeset
for help on using the changeset viewer.