Skip to content

Filter out None values in the CollectionMixin

For some REST classes using CollectionMixin, the _resource_as_dict() method can return None. This change filters out None values in the CollectionMixin.

Merge request reports