Changeset 373
- Timestamp:
- 06/10/10 16:38:17 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/controllers/jobs_controller.php
r372 r373 695 695 // Update the Job with the new Result 696 696 $this->Job->id = $job['Job']['id']; 697 $this->Job->save(array('result_id' => $this->Job->Result->id)); 697 $this->Job->save(array( 698 'result_id' => $this->Job->Result->id, 699 'state' => Job::STATE_FINISHED, 700 )); 698 701 699 702 return $this->Job->Result->id;
Note: See TracChangeset
for help on using the changeset viewer.