Project

General

Profile

Bug #5304

Updated by Ward Vandewege about 9 years ago

 
 There appears to be a bug in our filter code on the API side, where a call like this: 

   arv group list --filters='[["group_class", "!=", "project"]]' 

 does not return any groups where group_class is set to null. Of course group_class should probably not be set to null, but it seems that there is irrelevant; the filter something more fundamental going on here that should not exclude those records from this call. be investigated. 

 The workbench code uses a functionally identical API call to show the list of groups on the sharing screen.

Back