Piscal processing work
This commit is contained in:
@@ -43,7 +43,7 @@ namespace LeafWeb.Web.ViewModels.ResultStatus
|
||||
opt => opt.ResolveUsing(
|
||||
src =>
|
||||
src.StatusHistory?
|
||||
.Where(sh => sh.Status == LeafInputStatusType.Error)
|
||||
.Where(sh => sh.Status == LeafInputStatusType.Exception)
|
||||
.Select(sh => sh.Description)
|
||||
.ToArray()
|
||||
?? new string[] {}));
|
||||
|
||||
Reference in New Issue
Block a user