Update: 'Bezel - Case Bottom Load Cover' SubType
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.2.0516.2018")]
|
||||
[assembly: AssemblyFileVersion("1.2.0516.2018")]
|
||||
[assembly: AssemblyVersion("1.2.0516.2044")]
|
||||
[assembly: AssemblyFileVersion("1.2.0516.2044")]
|
||||
@@ -199,6 +199,15 @@ namespace Disco.Data.Repository
|
||||
context.JobSubTypes.Add(new JobSubType { Id = "Microphone", JobTypeId = JobType.JobTypeIds.HWar, Description = "Microphone" });
|
||||
#endregion
|
||||
// End Feature Request
|
||||
|
||||
// Feature Request 2013-05-16 by Michael
|
||||
#region "Bezel - Case Bottom Load Cover" Added
|
||||
if (context.JobSubTypes.Count(jst => jst.JobTypeId == JobType.JobTypeIds.HNWar && jst.Id == "BezelCaseBottomCover") == 0)
|
||||
context.JobSubTypes.Add(new JobSubType { Id = "BezelCaseBottomCover", JobTypeId = JobType.JobTypeIds.HNWar, Description = "Bezel - Case Bottom Load Cover" });
|
||||
if (context.JobSubTypes.Count(jst => jst.JobTypeId == JobType.JobTypeIds.HWar && jst.Id == "BezelCaseBottomCover") == 0)
|
||||
context.JobSubTypes.Add(new JobSubType { Id = "BezelCaseBottomCover", JobTypeId = JobType.JobTypeIds.HWar, Description = "Bezel - Case Bottom Load Cover" });
|
||||
#endregion
|
||||
// End Feature Request
|
||||
}
|
||||
|
||||
private static void UpdateDeviceModelConfiguration(this DiscoDataContext context)
|
||||
|
||||
Reference in New Issue
Block a user