diff --git a/DataFilter/DataFilterFilteringLists.cs b/DataFilter/DataFilterFilteringLists.cs index 1291732..a843dfb 100644 --- a/DataFilter/DataFilterFilteringLists.cs +++ b/DataFilter/DataFilterFilteringLists.cs @@ -6537,6 +6537,9 @@ same as the server does but in a central location here for all tests to use. List IDInResultList = new List(); int nActiveMatches = 0; int nInactiveMatches = 0; + //bugbug: now this is an array (should have been before no?) + //anyway it's not a jobject, the whole list is an array of arrays so the tests are probably all going to need hand tweaking + //blarg! foreach (JObject o in v) { if (ActiveWidgetIdList.Contains(o["id"].Value()))