Update: Job Entity -> Enum Support 2

Support the DistributionType Enum in Device Profiles
This commit is contained in:
Gary Sharp
2013-09-09 15:09:28 +10:00
parent 02b91f1ea4
commit 60f7384c97
9 changed files with 53 additions and 51 deletions
@@ -75,7 +75,8 @@ namespace Disco.Web.Areas.Config.Controllers
DeviceProfile = new DeviceProfile()
{
ComputerNameTemplate = "DeviceProfile.ShortName + '-' + SerialNumber",
ProvisionADAccount = true
ProvisionADAccount = true,
DistributionType = DeviceProfile.DistributionTypes.OneToMany
}
};