Fix group membership CSV export for invited users
Previously, group members that didn't have an associated user object would cause the CSV export to fail. Fixes this to return nil if any of the row information is unknown rather than throwing an error. Also leaves the rescue statement in place to avoid any repeated sidekiq failure and to record any further failures. Changelog: fixed
Showing
Please register or sign in to comment