resolves #151: BYOD sub type added to User - Management jobs

This commit is contained in:
Gary Sharp
2025-07-11 13:25:45 +10:00
parent 54a578f4a1
commit b56e82d5c4
6 changed files with 93 additions and 78 deletions
-4
View File
@@ -60,10 +60,6 @@ namespace Disco.Models.Repository
[ForeignKey("DeviceReturnedTechUserId")]
public virtual User DeviceReturnedTechUser { get; set; }
//// Added 2012-10-23 G# - DBv5 Migration
//public virtual IList<JobAssignment> JobAssignments { get; set; }
//// End Added 2012-10-23 G# - DBv5 Migration
public virtual IList<JobAttachment> JobAttachments { get; set; }
public virtual IList<JobComponent> JobComponents { get; set; }
public virtual IList<JobLog> JobLogs { get; set; }
@@ -25,6 +25,7 @@ namespace Disco.Models.Repository
{
public const string Infringement = "Infringement";
public const string Contact = "Contact";
public const string BYOD = "BYOD";
}
public override string ToString()