• Max Woolf's avatar
    Move admin memberships export to sidekiq job · 3a94d95f
    Max Woolf authored
    Currently the CSV generated in the admin/users
        page is done synchronously and then offered as
        a download.
    
        We need to update the CSV to use Max Role
        instead of direct membership role in the
        outputted CSV which will be more complex
        to generate so should be in a background
        job.
    
        Changelog: changed
        EE: true
    3a94d95f
user_permission_exports_controller.rb 574 Bytes