From 6a6225187f3db61406857cb2f5706cb2887a560c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Jan 2020 21:01:55 +0000 Subject: [PATCH] --- DataFilter/DataFilterFilteringLists.cs | 3 +++ 1 file changed, 3 insertions(+) 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()))