Hi,
New build works fine when you add a new task but does not work with an old task when you try to edit it.
For this case UserId always is not empty and check at Task.cs does not work:
New build works fine when you add a new task but does not work with an old task when you try to edit it.
For this case UserId always is not empty and check at Task.cs does not work:
public bool RequiresPassword() => LogonType == TaskLogonType.InteractiveTokenOrPassword ||
LogonType == TaskLogonType.Password || (LogonType == TaskLogonType.S4U && UserId != null);