Bug Fix #36: Default Profile name template error
The "Initial Default Workstation Profile" had an incorrect Computer Name Template set by default. This does not affect newly created Device Profiles which use a valid template.
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Disco.Web.Areas.Config.Controllers
|
||||
{
|
||||
DeviceProfile = new DeviceProfile()
|
||||
{
|
||||
ComputerNameTemplate = "DeviceProfile.ShortName + '-' + SerialNumber",
|
||||
ComputerNameTemplate = DeviceProfile.DefaultComputerNameTemplate,
|
||||
ProvisionADAccount = true,
|
||||
DistributionType = DeviceProfile.DistributionTypes.OneToMany
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user