Skip to content

Commit

Permalink
Issue #298 - Set the imei property when saving a DeviceSurveyJobQueue
Browse files Browse the repository at this point in the history
* The imei property needs to be defined for a property lookup
  • Loading branch information
iperdomo committed Jul 18, 2013
1 parent cfab9fb commit ecf9246
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ private DeviceSurveyJobQueue constructQueueObject(Device d, Survey survey,
queueItem.setAssignmentId(assignment.getKey().getId());
queueItem
.setSurveyDistributionStatus(DeviceSurveyJobQueue.DistributionStatus.UNSENT);
queueItem.setImei(d.getEsn());
return queueItem;
}

Expand Down

0 comments on commit ecf9246

Please # to comment.