Project

General

Profile

Bug #5304

Updated by Ward Vandewege over 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. 

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

Back