Rename "completed" to "compl", trying to fix binding problem again
seems to have worked.
This commit is contained in:
@@ -143,12 +143,14 @@ namespace LeafWeb.WebCms.Utility
|
||||
select li;
|
||||
}
|
||||
|
||||
if (query.completed)
|
||||
if (query.compl)
|
||||
{
|
||||
resultItems =
|
||||
from li in resultItems
|
||||
where
|
||||
li.CurrentStatus == LeafInputStatusType.Complete
|
||||
// didn't have an error message
|
||||
&& ! li.OutputFiles.Any(f => f.Filename.Contains(LeafOutputFile.Filename_ErrorMessage))
|
||||
select li;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user