Bug Fix #4: Only reference jobs where device held

This commit is contained in:
Gary Sharp
2014-02-18 17:00:14 +11:00
parent bfa3bf1e94
commit a82e039140
4 changed files with 8 additions and 8 deletions
@@ -9,6 +9,6 @@ namespace Disco.Models.Services.Jobs.JobLists
public class JobLocationReference
{
public string Location { get; set; }
public List<JobTableItemModel> References { get; set; }
public List<JobTableStatusItemModel> References { get; set; }
}
}