Piscal processing work

This commit is contained in:
2016-04-06 13:00:12 -04:00
parent 214199fed5
commit 151f17943f
18 changed files with 141 additions and 127 deletions
@@ -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[] {}));