Feature #42: Active Directory Interop Upgrade
AD Interop moved to Disco.Services; Supports multi-domain environments, sites, and searching restricted with OUs.
This commit is contained in:
@@ -6,7 +6,8 @@ namespace Disco.Models.Services.Jobs.JobLists
|
||||
public class JobTableItemModel : JobSearchResultItem
|
||||
{
|
||||
public int JobId { get; set; }
|
||||
|
||||
|
||||
#pragma warning disable 809
|
||||
[Obsolete("Use [int] JobId instead")]
|
||||
public override string Id
|
||||
{
|
||||
@@ -20,6 +21,7 @@ namespace Disco.Models.Services.Jobs.JobLists
|
||||
this.JobId = int.Parse(value);
|
||||
}
|
||||
}
|
||||
#pragma warning restore 618
|
||||
public DateTime OpenedDate { get; set; }
|
||||
public DateTime? ClosedDate { get; set; }
|
||||
public string JobTypeId { get; set; }
|
||||
@@ -30,6 +32,7 @@ namespace Disco.Models.Services.Jobs.JobLists
|
||||
public int? DeviceAddressId { get; set; }
|
||||
public string DeviceAddress { get; set; }
|
||||
public string OpenedTechUserId { get; set; }
|
||||
public string OpenedTechUserFriendlyId { get; set; }
|
||||
public string OpenedTechUserDisplayName { get; set; }
|
||||
public string StatusDescription { get; set; }
|
||||
public string StatusId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user