qol: formatting
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Disco.Services.Devices.DeviceFlags
|
||||
var assignment = (DeviceFlagAssignment)Event.Entity;
|
||||
|
||||
var domainId = assignment.Device?.DeviceDomainId;
|
||||
|
||||
|
||||
if (!ActiveDirectory.IsValidDomainAccountId(domainId))
|
||||
return;
|
||||
domainId += "$";
|
||||
|
||||
@@ -189,7 +189,7 @@ namespace Disco.Services.Devices.DeviceFlags
|
||||
status.UpdateStatus((chunkIndexOffset + index) * progressInterval, $"Removing Flag: {flagAssignment.Device}");
|
||||
|
||||
flagAssignment.OnRemoveUnsafe(database, technician);
|
||||
|
||||
|
||||
return flagAssignment;
|
||||
}).ToList();
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Disco.Services.Devices.DeviceFlags
|
||||
{
|
||||
public override string TaskName { get { return "Device Flags - Delete Flag"; } }
|
||||
|
||||
public override bool SingleInstanceTask { get { return false; }}
|
||||
public override bool SingleInstanceTask { get { return false; } }
|
||||
public override bool CancelInitiallySupported { get { return false; } }
|
||||
public override bool LogExceptionsOnly { get { return true; } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user