bug
This commit is contained in:
@@ -1062,7 +1062,7 @@ namespace Tnb.ProductionMgr
|
||||
throw new ArgumentNullException(nameof(input.TaskIds));
|
||||
}
|
||||
// if (input.Behavior.IsNullOrWhiteSpace())
|
||||
if (input.Behavior!=null && !input.Behavior.IsEmpty())
|
||||
if (input.Behavior==null || input.Behavior.IsEmpty())
|
||||
{
|
||||
throw new ArgumentException($"{nameof(input.Behavior)} not be null or empty");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user